#900C9B

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

Shades of Dark Magenta #900C9B

Tints of Dark Magenta #900C9B

Color information

#900C9B (or 0x900C9B) is unknown color: approx Dark Magenta. HEX triplet: 90, 0C and 9B. RGB value is (144,12,155). Sum of RGB (Red+Green+Blue) = 144+12+155=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #900C9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900C9B is #6FF364. Grayscale: #434343. Windows color (decimal): -7336805 or 10161296. OLE color: 10161296.

HSL color Cylindrical-coordinate representation of color #900C9B: hue angle of 295.38º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900C9B is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14412155-
CMYK0.070.9200.39
HSL295.38º85.63%32.75%-
HSV(B)295.38º92.26%60.78%-
XYZ17.558.5631.74-
YUV67.77177.23182.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.30%
GREEN value IS 12 (5.08% from 255) = 3.86%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=46.30%
G=3.86%
B=49.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144121550.070.9200.39295.3885.6332.75
Hex90C9B75C0271275621
Octal22014233713404744712641
Binary10010000110010011011111101110001001111001001111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,12,155); }

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

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

 a { background-color: rgb(144,12,155); }

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

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

 span { border-color: rgb(144,12,155); }

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