#9812EE

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

Shades of Blue Violet #9812EE

Tints of Blue Violet #9812EE

Color information

#9812EE (or 0x9812EE) is unknown color: approx Blue Violet. HEX triplet: 98, 12 and EE. RGB value is (152,18,238). Sum of RGB (Red+Green+Blue) = 152+18+238=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #9812EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9812EE is #67ED11. Grayscale: #525252. Windows color (decimal): -6810898 or 15602328. OLE color: 15602328.

HSL color Cylindrical-coordinate representation of color #9812EE: hue angle of 276.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9812EE is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15218238-
CMYK0.360.9200.07
HSL276.55º86.61%50.2%-
HSV(B)276.55º92.44%93.33%-
XYZ28.613.2881.95-
YUV83.15215.39177.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 18 (7.42% from 255) = 4.41%
BLUE value IS 238 (93.36% from 255) = 58.33%
R=37.25%
G=4.41%
B=58.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152182380.360.9200.07276.5586.6150.2
Hex9812EE245C071155732
Octal23022356441340742512762
Binary100110001001011101110100100101110001111000101011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9812EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9812EE; }

 p { color: rgb(152,18,238); }

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

<style>
 a { background-color: #9812EE; }

 a { background-color: rgb(152,18,238); }

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

<style>
 span { border-color: #9812EE; }

 span { border-color: rgb(152,18,238); }

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