#8812CF

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

Shades of Dark Violet #8812CF

Tints of Dark Violet #8812CF

Color information

#8812CF (or 0x8812CF) is unknown color: approx Dark Violet. HEX triplet: 88, 12 and CF. RGB value is (136,18,207). Sum of RGB (Red+Green+Blue) = 136+18+207=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #8812CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8812CF is #77ED30. Grayscale: #4A4A4A. Windows color (decimal): -7859505 or 13570696. OLE color: 13570696.

HSL color Cylindrical-coordinate representation of color #8812CF: hue angle of 277.46º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8812CF is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13618207-
CMYK0.340.9100.19
HSL277.46º84%44.12%-
HSV(B)277.46º91.3%81.18%-
XYZ21.6310.1759.85-
YUV74.83202.59171.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 18 (7.42% from 255) = 4.99%
BLUE value IS 207 (81.25% from 255) = 57.34%
R=37.67%
G=4.99%
B=57.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal136182070.340.9100.19277.468444.12
Hex8812CF225B013115542c
Octal210223174213302342512454
Binary10001000100101100111110001010110110100111000101011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8812CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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