#900A8C

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

Shades of Dark Magenta #900A8C

Tints of Dark Magenta #900A8C

Color information

#900A8C (or 0x900A8C) is unknown color: approx Dark Magenta. HEX triplet: 90, 0A and 8C. RGB value is (144,10,140). Sum of RGB (Red+Green+Blue) = 144+10+140=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #900A8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900A8C is #6FF573. Grayscale: #404040. Windows color (decimal): -7337332 or 9177744. OLE color: 9177744.

HSL color Cylindrical-coordinate representation of color #900A8C: hue angle of 301.79º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A8C is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14410140-
CMYK00.930.030.44
HSL301.79º87.01%30.2%-
HSV(B)301.79º93.06%56.47%-
XYZ16.348.0425.5-
YUV64.89170.39184.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.98%
GREEN value IS 10 (4.30% from 255) = 3.40%
BLUE value IS 140 (55.08% from 255) = 47.62%
R=48.98%
G=3.40%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441014000.930.030.44301.7987.0130.2
Hex90A8C05D32C12e571e
Octal22012214013535445612736
Binary100100001010100011000101110111101100100101110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900A8C; }

 p { color: rgb(144,10,140); }

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

<style>
 a { background-color: #900A8C; }

 a { background-color: rgb(144,10,140); }

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

<style>
 span { border-color: #900A8C; }

 span { border-color: rgb(144,10,140); }

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