#90027F

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

Shades of Dark Magenta #90027F

Tints of Dark Magenta #90027F

Color information

#90027F (or 0x90027F) is unknown color: approx Dark Magenta. HEX triplet: 90, 02 and 7F. RGB value is (144,2,127). Sum of RGB (Red+Green+Blue) = 144+2+127=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90027F is #6FFD80. Grayscale: #3A3A3A. Windows color (decimal): -7339393 or 8323728. OLE color: 8323728.

HSL color Cylindrical-coordinate representation of color #90027F: hue angle of 307.18º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90027F is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB1442127-
CMYK00.990.120.44
HSL307.18º97.26%28.63%-
HSV(B)307.18º98.61%56.47%-
XYZ15.357.5120.72-
YUV58.71166.54188.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.75%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 127 (50% from 255) = 46.52%
R=52.75%
G=0.73%
B=46.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144212700.990.120.44307.1897.2628.63
Hex9027F063C2C133611d
Octal22021770143145446314135
Binary10010000101111111011000111100101100100110011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90027F; }

 p { color: rgb(144,2,127); }

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

<style>
 a { background-color: #90027F; }

 a { background-color: rgb(144,2,127); }

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

<style>
 span { border-color: #90027F; }

 span { border-color: rgb(144,2,127); }

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