Html Css Color HEX #900097 Dark Magenta

📋 copy color: '#900097'

red 144 ◦ green 0 ◦ blue 151

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

Shades of Dark Magenta #900097

Tints of Dark Magenta #900097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 151 (59.38% from 255) = 51.19%

R = 48.81%
G = 0%
B = 51.19%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#900097 (or 0x900097) is known color: Dark Magenta. HEX triplet: 90, 00 and 97. RGB value is (144,0,151). Sum of RGB (Red+Green+Blue) = 144+0+151=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #900097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900097 is #6FFF68. Grayscale: #3B3B3B. Windows color (decimal): -7339881 or 9896080. OLE color: 9896080.

HSL color Cylindrical-coordinate representation of color #900097: hue angle of 297.22º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900097 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 0 151 -
CMYK 0.05 1 0 0.41
HSL 297.22º 1% 0.3% -
HSV(B) 297.22º 1% 0.59% -
XYZ 17.09 8.16 29.95 -
YUV 60.27 179.21 187.72 -
System Red Green Blue C M Y K H S L
Decimal 144 0 151 0.05 1 0 0.41 297.22 1 0.3
Hex 90 0 97 5 64 0 29 129 64 1E
Octal 220 0 227 5 144 0 51 451 144 36
Binary 10010000 0 10010111 101 1100100 0 101001 100101001 1100100 11110

Color Harmonies of #900097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900097

Black with #900097

Text Example


Text Example

White with #900097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900097; }

 p { color: rgb(144,0,151); }

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

background-color css

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

 a { background-color: rgb(144,0,151); }

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

border-color css

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

 span { border-color: rgb(144,0,151); }

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