#8800AA

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

Shades of Dark Magenta #8800AA

Tints of Dark Magenta #8800AA

Color information

#8800AA (or 0x8800AA) is unknown color: approx Dark Magenta. HEX triplet: 88, 00 and AA. RGB value is (136,0,170). Sum of RGB (Red+Green+Blue) = 136+0+170=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #8800AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8800AA is #77FF55. Grayscale: #3B3B3B. Windows color (decimal): -7864150 or 11141256. OLE color: 11141256.

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

Color convert

RGB1360170-
CMYK0.20100.33
HSL288º100%33.33%-
HSV(B)288º100%66.67%-
XYZ17.418.1438.68-
YUV60.04190.06182.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=44.44%
G=0%
B=55.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13601700.20100.3328810033.33
Hex880AA14640211206421
Octal21002522414404144014441
Binary1000100001010101010100110010001000011001000001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8800AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,0,170); }

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

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

 a { background-color: rgb(136,0,170); }

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

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

 span { border-color: rgb(136,0,170); }

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