#8412BE

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

Shades of Dark Violet #8412BE

Tints of Dark Violet #8412BE

Color information

#8412BE (or 0x8412BE) is unknown color: approx Dark Violet. HEX triplet: 84, 12 and BE. RGB value is (132,18,190). Sum of RGB (Red+Green+Blue) = 132+18+190=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #8412BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8412BE is #7BED41. Grayscale: #474747. Windows color (decimal): -8121666 or 12456580. OLE color: 12456580.

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

Color convert

RGB13218190-
CMYK0.310.9100.25
HSL279.77º82.69%40.78%-
HSV(B)279.77º90.53%74.51%-
XYZ19.039.0649.46-
YUV71.69194.77171.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 18 (7.42% from 255) = 5.29%
BLUE value IS 190 (74.61% from 255) = 55.88%
R=38.82%
G=5.29%
B=55.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132181900.310.9100.25279.7782.6940.78
Hex8412BE1F5B0191185329
Octal204222763713303143012351
Binary1000010010010101111101111110110110110011000110001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8412BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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