#982EEC

Color #982EEC Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #982EEC

Tints of Blue Violet #982EEC

Color information

#982EEC (or 0x982EEC) is unknown color: approx Blue Violet. HEX triplet: 98, 2E and EC. RGB value is (152,46,236). Sum of RGB (Red+Green+Blue) = 152+46+236=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #982EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982EEC is #67D113. Grayscale: #626262. Windows color (decimal): -6803732 or 15478424. OLE color: 15478424.

HSL color Cylindrical-coordinate representation of color #982EEC: hue angle of 273.47º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982EEC is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15246236-
CMYK0.360.8100.07
HSL273.47º83.33%55.29%-
HSV(B)273.47º80.51%92.55%-
XYZ29.0714.6980.66-
YUV99.35205.12165.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 46 (18.36% from 255) = 10.60%
BLUE value IS 236 (92.58% from 255) = 54.38%
R=35.02%
G=10.60%
B=54.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152462360.360.8100.07273.4783.3355.29
Hex982EEC2451071115337
Octal23056354441210742112367
Binary1001100010111011101100100100101000101111000100011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982EEC; }

 p { color: rgb(152,46,236); }

 H1.HeaderClassName
 {
   color: #982EEC;
 }
 .AnyTagClassName
 {
   color: #982EEC;
 }
</style>
background-color css

<style>
 a { background-color: #982EEC; }

 a { background-color: rgb(152,46,236); }

 div.DivClassName
 {
   background-color: #982EEC;
 }
 .BgClassName
 {
   background-color: #982EEC;
 }
</style>
border-color css

<style>
 span { border-color: #982EEC; }

 span { border-color: rgb(152,46,236); }

 td.TdClassName
 {
   border-color: #982EEC;
 }
 .TagClassName
 {
   border-color: #982EEC;
 }
</style>