#8308A9

Color #8308A9 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8308A9

Tints of Dark Magenta #8308A9

Color information

#8308A9 (or 0x8308A9) is unknown color: approx Dark Magenta. HEX triplet: 83, 08 and A9. RGB value is (131,8,169). Sum of RGB (Red+Green+Blue) = 131+8+169=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 169 (66.41% from 255 or 54.87% from 308); Max value from RGB is 169 - color contains mainly: blue. Hex color #8308A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8308A9 is #7CF756. Grayscale: #3E3E3E. Windows color (decimal): -8189783 or 11077763. OLE color: 11077763.

HSL color Cylindrical-coordinate representation of color #8308A9: hue angle of 285.84º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8308A9 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1318169-
CMYK0.220.9500.34
HSL285.84º90.96%34.71%-
HSV(B)285.84º95.27%66.27%-
XYZ16.617.8638.18-
YUV63.13187.75176.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.53%
GREEN value IS 8 (3.52% from 255) = 2.60%
BLUE value IS 169 (66.41% from 255) = 54.87%
R=42.53%
G=2.60%
B=54.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal13181690.220.9500.34285.8490.9634.71
Hex838A9165F02211e5b23
Octal203102512613704243613343
Binary1000001110001010100110110101111101000101000111101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8308A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8308A9; }

 p { color: rgb(131,8,169); }

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

<style>
 a { background-color: #8308A9; }

 a { background-color: rgb(131,8,169); }

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

<style>
 span { border-color: #8308A9; }

 span { border-color: rgb(131,8,169); }

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