#8405EA

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

Shades of Dark Violet #8405EA

Tints of Dark Violet #8405EA

Color information

#8405EA (or 0x8405EA) is unknown color: approx Dark Violet. HEX triplet: 84, 05 and EA. RGB value is (132,5,234). Sum of RGB (Red+Green+Blue) = 132+5+234=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #8405EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8405EA is #7BFA15. Grayscale: #444444. Windows color (decimal): -8124950 or 15336836. OLE color: 15336836.

HSL color Cylindrical-coordinate representation of color #8405EA: hue angle of 273.28º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8405EA is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1325234-
CMYK0.440.9800.08
HSL273.28º95.82%46.86%-
HSV(B)273.28º97.86%91.76%-
XYZ24.4210.9578.67-
YUV69.08221.08172.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 5 (2.34% from 255) = 1.35%
BLUE value IS 234 (91.80% from 255) = 63.07%
R=35.58%
G=1.35%
B=63.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal13252340.440.9800.08273.2895.8246.86
Hex845EA2C6208111602f
Octal20453525414201042114057
Binary10000100101111010101011001100010010001000100011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8405EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8405EA; }

 p { color: rgb(132,5,234); }

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

<style>
 a { background-color: #8405EA; }

 a { background-color: rgb(132,5,234); }

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

<style>
 span { border-color: #8405EA; }

 span { border-color: rgb(132,5,234); }

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