#8D09AE

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

Shades of Dark Violet #8D09AE

Tints of Dark Violet #8D09AE

Color information

#8D09AE (or 0x8D09AE) is unknown color: approx Dark Violet. HEX triplet: 8D, 09 and AE. RGB value is (141,9,174). Sum of RGB (Red+Green+Blue) = 141+9+174=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D09AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D09AE is #72F651. Grayscale: #424242. Windows color (decimal): -7534162 or 11405709. OLE color: 11405709.

HSL color Cylindrical-coordinate representation of color #8D09AE: hue angle of 288º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D09AE is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1419174-
CMYK0.190.9500.32
HSL288º90.16%35.88%-
HSV(B)288º94.83%68.24%-
XYZ18.728.9140.78-
YUV67.28188.23180.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.52%
GREEN value IS 9 (3.91% from 255) = 2.78%
BLUE value IS 174 (68.36% from 255) = 53.70%
R=43.52%
G=2.78%
B=53.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14191740.190.9500.3228890.1635.88
Hex8D9AE135F0201205a24
Octal215112562313704044013244
Binary1000110110011010111010011101111101000001001000001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D09AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D09AE; }

 p { color: rgb(141,9,174); }

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

<style>
 a { background-color: #8D09AE; }

 a { background-color: rgb(141,9,174); }

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

<style>
 span { border-color: #8D09AE; }

 span { border-color: rgb(141,9,174); }

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