#8409EA

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

Shades of Dark Violet #8409EA

Tints of Dark Violet #8409EA

Color information

#8409EA (or 0x8409EA) is unknown color: approx Dark Violet. HEX triplet: 84, 09 and EA. RGB value is (132,9,234). Sum of RGB (Red+Green+Blue) = 132+9+234=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #8409EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8409EA is #7BF615. Grayscale: #464646. Windows color (decimal): -8123926 or 15337860. OLE color: 15337860.

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

Color convert

RGB1329234-
CMYK0.440.9600.08
HSL272.8º92.59%47.65%-
HSV(B)272.8º96.15%91.76%-
XYZ24.4611.0478.68-
YUV71.43219.75171.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 9 (3.91% from 255) = 2.4%
BLUE value IS 234 (91.80% from 255) = 62.4%
R=35.2%
G=2.4%
B=62.4%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal13292340.440.9600.08272.892.5947.65
Hex849EA2C60081115d30
Octal204113525414001042113560
Binary100001001001111010101011001100000010001000100011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8409EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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