#8812BE

Color #8812BE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8812BE

Tints of Dark Violet #8812BE

Color information

#8812BE (or 0x8812BE) is unknown color: approx Dark Violet. HEX triplet: 88, 12 and BE. RGB value is (136,18,190). Sum of RGB (Red+Green+Blue) = 136+18+190=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #8812BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8812BE is #77ED41. Grayscale: #484848. Windows color (decimal): -7859522 or 12456584. OLE color: 12456584.

HSL color Cylindrical-coordinate representation of color #8812BE: hue angle of 281.16º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8812BE is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13618190-
CMYK0.280.9100.25
HSL281.16º82.69%40.78%-
HSV(B)281.16º90.53%74.51%-
XYZ19.669.3849.49-
YUV72.89194.09173.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.53%
GREEN value IS 18 (7.42% from 255) = 5.23%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=39.53%
G=5.23%
B=55.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136181900.280.9100.25281.1682.6940.78
Hex8812BE1C5B0191195329
Octal210222763413303143112351
Binary1000100010010101111101110010110110110011000110011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8812BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8812BE; }

 p { color: rgb(136,18,190); }

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

<style>
 a { background-color: #8812BE; }

 a { background-color: rgb(136,18,190); }

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

<style>
 span { border-color: #8812BE; }

 span { border-color: rgb(136,18,190); }

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