Html Css Color HEX #900896 Dark Magenta

📋 copy color: '#900896'

red 144 ◦ green 8 ◦ blue 150

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

Shades of Dark Magenta #900896

Tints of Dark Magenta #900896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.65%

 BLUE value IS 150 (58.98% from 255) = 49.67%

R = 47.68%
G = 2.65%
B = 49.67%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#900896 (or 0x900896) is known color: Dark Magenta. HEX triplet: 90, 08 and 96. RGB value is (144,8,150). Sum of RGB (Red+Green+Blue) = 144+8+150=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #900896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900896 is #6FF769. Grayscale: #404040. Windows color (decimal): -7337834 or 9832592. OLE color: 9832592.

HSL color Cylindrical-coordinate representation of color #900896: hue angle of 297.46º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900896 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 8 150 -
CMYK 0.04 0.95 0 0.41
HSL 297.46º 0.9% 0.31% -
HSV(B) 297.46º 0.95% 0.59% -
XYZ 17.09 8.3 29.56 -
YUV 64.85 176.06 184.45 -
System Red Green Blue C M Y K H S L
Decimal 144 8 150 0.04 0.95 0 0.41 297.46 0.9 0.31
Hex 90 8 96 4 5F 0 29 129 5A 1F
Octal 220 10 226 4 137 0 51 451 132 37
Binary 10010000 1000 10010110 100 1011111 0 101001 100101001 1011010 11111

Color Harmonies of #900896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900896

Black with #900896

Text Example


Text Example

White with #900896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900896; }

 p { color: rgb(144,8,150); }

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

background-color css

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

 a { background-color: rgb(144,8,150); }

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

border-color css

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

 span { border-color: rgb(144,8,150); }

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