#8414B6

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

Shades of Dark Violet #8414B6

Tints of Dark Violet #8414B6

Color information

#8414B6 (or 0x8414B6) is unknown color: approx Dark Violet. HEX triplet: 84, 14 and B6. RGB value is (132,20,182). Sum of RGB (Red+Green+Blue) = 132+20+182=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 182 (71.48% from 255 or 54.49% from 334); Max value from RGB is 182 - color contains mainly: blue. Hex color #8414B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8414B6 is #7BEB49. Grayscale: #474747. Windows color (decimal): -8121162 or 11932804. OLE color: 11932804.

HSL color Cylindrical-coordinate representation of color #8414B6: hue angle of 281.48º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8414B6 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13220182-
CMYK0.270.8900.29
HSL281.48º80.2%39.61%-
HSV(B)281.48º89.01%71.37%-
XYZ18.218.7844.99-
YUV71.96190.11170.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 20 (8.20% from 255) = 5.99%
BLUE value IS 182 (71.48% from 255) = 54.49%
R=39.52%
G=5.99%
B=54.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132201820.270.8900.29281.4880.239.61
Hex8414B61B5901D1195028
Octal204242663313103543112050
Binary1000010010100101101101101110110010111011000110011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8414B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8414B6; }

 p { color: rgb(132,20,182); }

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

<style>
 a { background-color: #8414B6; }

 a { background-color: rgb(132,20,182); }

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

<style>
 span { border-color: #8414B6; }

 span { border-color: rgb(132,20,182); }

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