#8406BB

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

Shades of Dark Violet #8406BB

Tints of Dark Violet #8406BB

Color information

#8406BB (or 0x8406BB) is unknown color: approx Dark Violet. HEX triplet: 84, 06 and BB. RGB value is (132,6,187). Sum of RGB (Red+Green+Blue) = 132+6+187=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #8406BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8406BB is #7BF944. Grayscale: #3F3F3F. Windows color (decimal): -8124741 or 12256900. OLE color: 12256900.

HSL color Cylindrical-coordinate representation of color #8406BB: hue angle of 281.77º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8406BB is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1326187-
CMYK0.290.9700.27
HSL281.77º93.78%37.84%-
HSV(B)281.77º96.79%73.33%-
XYZ18.558.6247.7-
YUV64.31197.24176.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 6 (2.73% from 255) = 1.85%
BLUE value IS 187 (73.44% from 255) = 57.54%
R=40.62%
G=1.85%
B=57.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13261870.290.9700.27281.7793.7837.84
Hex846BB1D6101B11a5e26
Octal20462733514103343213646
Binary10000100110101110111110111000010110111000110101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8406BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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