#8406E6

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

Shades of Dark Violet #8406E6

Tints of Dark Violet #8406E6

Color information

#8406E6 (or 0x8406E6) is unknown color: approx Dark Violet. HEX triplet: 84, 06 and E6. RGB value is (132,6,230). Sum of RGB (Red+Green+Blue) = 132+6+230=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 230 (90.23% from 255 or 62.5% from 368); Max value from RGB is 230 - color contains mainly: blue. Hex color #8406E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8406E6 is #7BF919. Grayscale: #444444. Windows color (decimal): -8124698 or 15074948. OLE color: 15074948.

HSL color Cylindrical-coordinate representation of color #8406E6: hue angle of 273.75º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8406E6 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1326230-
CMYK0.430.9700.10
HSL273.75º94.92%46.27%-
HSV(B)273.75º97.39%90.2%-
XYZ23.8610.7575.68-
YUV69.21218.74172.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 6 (2.73% from 255) = 1.63%
BLUE value IS 230 (90.23% from 255) = 62.5%
R=35.87%
G=1.63%
B=62.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal13262300.430.9700.10273.7594.9246.27
Hex846E62B610A1125f2e
Octal20463465314101242213756
Binary10000100110111001101010111100001010101000100101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8406E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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