#8408D3

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

Shades of Dark Violet #8408D3

Tints of Dark Violet #8408D3

Color information

#8408D3 (or 0x8408D3) is unknown color: approx Dark Violet. HEX triplet: 84, 08 and D3. RGB value is (132,8,211). Sum of RGB (Red+Green+Blue) = 132+8+211=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 211 (82.81% from 255 or 60.11% from 351); Max value from RGB is 211 - color contains mainly: blue. Hex color #8408D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8408D3 is #7BF72C. Grayscale: #434343. Windows color (decimal): -8124205 or 13830276. OLE color: 13830276.

HSL color Cylindrical-coordinate representation of color #8408D3: hue angle of 276.65º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8408D3 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1328211-
CMYK0.370.9600.17
HSL276.65º92.69%42.94%-
HSV(B)276.65º96.21%82.75%-
XYZ21.369.7862.39-
YUV68.22208.58173.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 8 (3.52% from 255) = 2.28%
BLUE value IS 211 (82.81% from 255) = 60.11%
R=37.61%
G=2.28%
B=60.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal13282110.370.9600.17276.6592.6942.94
Hex848D325600111155d2b
Octal204103234514002142513553
Binary1000010010001101001110010111000000100011000101011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8408D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8408D3; }

 p { color: rgb(132,8,211); }

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

<style>
 a { background-color: #8408D3; }

 a { background-color: rgb(132,8,211); }

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

<style>
 span { border-color: #8408D3; }

 span { border-color: rgb(132,8,211); }

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