#8812CA

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

Shades of Dark Violet #8812CA

Tints of Dark Violet #8812CA

Color information

#8812CA (or 0x8812CA) is unknown color: approx Dark Violet. HEX triplet: 88, 12 and CA. RGB value is (136,18,202). Sum of RGB (Red+Green+Blue) = 136+18+202=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #8812CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8812CA is #77ED35. Grayscale: #494949. Windows color (decimal): -7859510 or 13243016. OLE color: 13243016.

HSL color Cylindrical-coordinate representation of color #8812CA: hue angle of 278.48º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8812CA is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13618202-
CMYK0.330.9100.21
HSL278.48º83.64%43.14%-
HSV(B)278.48º91.09%79.22%-
XYZ21.039.9356.69-
YUV74.26200.09172.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 18 (7.42% from 255) = 5.06%
BLUE value IS 202 (79.30% from 255) = 56.74%
R=38.20%
G=5.06%
B=56.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal136182020.330.9100.21278.4883.6443.14
Hex8812CA215B015116542b
Octal210223124113302542612453
Binary10001000100101100101010000110110110101011000101101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8812CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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