#8908AA

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

Shades of Dark Magenta #8908AA

Tints of Dark Magenta #8908AA

Color information

#8908AA (or 0x8908AA) is unknown color: approx Dark Magenta. HEX triplet: 89, 08 and AA. RGB value is (137,8,170). Sum of RGB (Red+Green+Blue) = 137+8+170=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #8908AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8908AA is #76F755. Grayscale: #404040. Windows color (decimal): -7796566 or 11143305. OLE color: 11143305.

HSL color Cylindrical-coordinate representation of color #8908AA: hue angle of 287.78º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8908AA is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1378170-
CMYK0.190.9500.33
HSL287.78º91.01%34.9%-
HSV(B)287.78º95.29%66.67%-
XYZ17.668.3938.72-
YUV65.04187.24179.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 8 (3.52% from 255) = 2.54%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=43.49%
G=2.54%
B=53.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13781700.190.9500.33287.7891.0134.9
Hex898AA135F0211205b23
Octal211102522313704144013343
Binary1000100110001010101010011101111101000011001000001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8908AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8908AA; }

 p { color: rgb(137,8,170); }

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

<style>
 a { background-color: #8908AA; }

 a { background-color: rgb(137,8,170); }

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

<style>
 span { border-color: #8908AA; }

 span { border-color: rgb(137,8,170); }

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