Html Css Color HEX #900288 Dark Magenta

📋 copy color: '#900288'

red 144 ◦ green 2 ◦ blue 136

#900288
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #900288

Tints of Dark Magenta #900288

RGB

 RED value IS 144 (56.64% from 255) = 51.06%

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 136 (53.52% from 255) = 48.23%

R = 51.06%
G = 0.71%
B = 48.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#900288 (or 0x900288) is known color: Dark Magenta. HEX triplet: 90, 02 and 88. RGB value is (144,2,136). Sum of RGB (Red+Green+Blue) = 144+2+136=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #900288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900288 is #6FFD77. Grayscale: #3B3B3B. Windows color (decimal): -7339384 or 8913552. OLE color: 8913552.

HSL color Cylindrical-coordinate representation of color #900288: hue angle of 303.38º 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 #900288 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 2 136 -
CMYK 0 0.99 0.06 0.44
HSL 303.38º 0.97% 0.29% -
HSV(B) 303.38º 0.99% 0.56% -
XYZ 15.97 7.75 23.95 -
YUV 59.73 171.04 188.1 -
System Red Green Blue C M Y K H S L
Decimal 144 2 136 0 0.99 0.06 0.44 303.38 0.97 0.29
Hex 90 2 88 0 63 6 2C 12F 61 1D
Octal 220 2 210 0 143 6 54 457 141 35
Binary 10010000 10 10001000 0 1100011 110 101100 100101111 1100001 11101

Color Harmonies of #900288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900288

Black with #900288

Text Example


Text Example

White with #900288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900288; }

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

 H1.HeaderClassName
 {
   color: #900288;
 }
 .AnyTagClassName
 {
   color: #900288;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #900288;
 }
 .BgClassName
 {
   background-color: #900288;
 }
</style>

border-color css

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

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

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