#900C9E

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

Shades of Dark Magenta #900C9E

Tints of Dark Magenta #900C9E

Color information

#900C9E (or 0x900C9E) is unknown color: approx Dark Magenta. HEX triplet: 90, 0C and 9E. RGB value is (144,12,158). Sum of RGB (Red+Green+Blue) = 144+12+158=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #900C9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900C9E is #6FF361. Grayscale: #434343. Windows color (decimal): -7336802 or 10357904. OLE color: 10357904.

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

Color convert

RGB14412158-
CMYK0.090.9200.38
HSL294.25º85.88%33.33%-
HSV(B)294.25º92.41%61.96%-
XYZ17.88.6633.08-
YUV68.11178.73182.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.86%
GREEN value IS 12 (5.08% from 255) = 3.82%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=45.86%
G=3.82%
B=50.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144121580.090.9200.38294.2585.8833.33
Hex90C9E95C0261265621
Octal220142361113404644612641
Binary100100001100100111101001101110001001101001001101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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