#8406C5

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

Shades of Dark Violet #8406C5

Tints of Dark Violet #8406C5

Color information

#8406C5 (or 0x8406C5) is unknown color: approx Dark Violet. HEX triplet: 84, 06 and C5. RGB value is (132,6,197). Sum of RGB (Red+Green+Blue) = 132+6+197=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 197 (77.34% from 255 or 58.81% from 335); Max value from RGB is 197 - color contains mainly: blue. Hex color #8406C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8406C5 is #7BF93A. Grayscale: #404040. Windows color (decimal): -8124731 or 12912260. OLE color: 12912260.

HSL color Cylindrical-coordinate representation of color #8406C5: hue angle of 279.58º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8406C5 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1326197-
CMYK0.330.9700.23
HSL279.58º94.09%39.8%-
HSV(B)279.58º96.95%77.25%-
XYZ19.669.0753.54-
YUV65.45202.24175.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 6 (2.73% from 255) = 1.79%
BLUE value IS 197 (77.34% from 255) = 58.81%
R=39.40%
G=1.79%
B=58.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13261970.330.9700.23279.5894.0939.8
Hex846C521610171185e28
Octal20463054114102743013650
Binary100001001101100010110000111000010101111000110001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8406C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8406C5; }

 p { color: rgb(132,6,197); }

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

<style>
 a { background-color: #8406C5; }

 a { background-color: rgb(132,6,197); }

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

<style>
 span { border-color: #8406C5; }

 span { border-color: rgb(132,6,197); }

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