#8412CA

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

Shades of Dark Violet #8412CA

Tints of Dark Violet #8412CA

Color information

#8412CA (or 0x8412CA) is unknown color: approx Dark Violet. HEX triplet: 84, 12 and CA. RGB value is (132,18,202). Sum of RGB (Red+Green+Blue) = 132+18+202=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #8412CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8412CA is #7BED35. Grayscale: #484848. Windows color (decimal): -8121654 or 13243012. OLE color: 13243012.

HSL color Cylindrical-coordinate representation of color #8412CA: hue angle of 277.17º 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 #8412CA is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13218202-
CMYK0.350.9100.21
HSL277.17º83.64%43.14%-
HSV(B)277.17º91.09%79.22%-
XYZ20.399.656.66-
YUV73.06200.77170.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 18 (7.42% from 255) = 5.11%
BLUE value IS 202 (79.30% from 255) = 57.39%
R=37.5%
G=5.11%
B=57.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132182020.350.9100.21277.1783.6443.14
Hex8412CA235B015115542b
Octal204223124313302542512453
Binary10000100100101100101010001110110110101011000101011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8412CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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