#8411B4

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

Shades of Dark Violet #8411B4

Tints of Dark Violet #8411B4

Color information

#8411B4 (or 0x8411B4) is unknown color: approx Dark Violet. HEX triplet: 84, 11 and B4. RGB value is (132,17,180). Sum of RGB (Red+Green+Blue) = 132+17+180=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #8411B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8411B4 is #7BEE4B. Grayscale: #454545. Windows color (decimal): -8121932 or 11800964. OLE color: 11800964.

HSL color Cylindrical-coordinate representation of color #8411B4: hue angle of 282.33º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8411B4 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13217180-
CMYK0.270.9100.29
HSL282.33º82.74%38.63%-
HSV(B)282.33º90.56%70.59%-
XYZ17.958.643.89-
YUV69.97190.1172.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 17 (7.03% from 255) = 5.17%
BLUE value IS 180 (70.70% from 255) = 54.71%
R=40.12%
G=5.17%
B=54.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132171800.270.9100.29282.3382.7438.63
Hex8411B41B5B01D11a5327
Octal204212643313303543212347
Binary1000010010001101101001101110110110111011000110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8411B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8411B4; }

 p { color: rgb(132,17,180); }

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

<style>
 a { background-color: #8411B4; }

 a { background-color: rgb(132,17,180); }

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

<style>
 span { border-color: #8411B4; }

 span { border-color: rgb(132,17,180); }

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