Html Css Color HEX #900998 Dark Magenta

📋 copy color: '#900998'

red 144 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #900998

Tints of Dark Magenta #900998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.95%

 BLUE value IS 152 (59.77% from 255) = 49.84%

R = 47.21%
G = 2.95%
B = 49.84%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#900998 (or 0x900998) is known color: Dark Magenta. HEX triplet: 90, 09 and 98. RGB value is (144,9,152). Sum of RGB (Red+Green+Blue) = 144+9+152=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #900998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900998 is #6FF667. Grayscale: #414141. Windows color (decimal): -7337576 or 9963920. OLE color: 9963920.

HSL color Cylindrical-coordinate representation of color #900998: hue angle of 296.64º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900998 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 9 152 -
CMYK 0.05 0.94 0 0.40
HSL 296.64º 0.89% 0.32% -
HSV(B) 296.64º 0.94% 0.6% -
XYZ 17.27 8.39 30.42 -
YUV 65.67 176.73 183.87 -
System Red Green Blue C M Y K H S L
Decimal 144 9 152 0.05 0.94 0 0.40 296.64 0.89 0.32
Hex 90 9 98 5 5E 0 28 129 59 20
Octal 220 11 230 5 136 0 50 451 131 40
Binary 10010000 1001 10011000 101 1011110 0 101000 100101001 1011001 100000

Color Harmonies of #900998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900998

Black with #900998

Text Example


Text Example

White with #900998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900998; }

 p { color: rgb(144,9,152); }

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

background-color css

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

 a { background-color: rgb(144,9,152); }

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

border-color css

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

 span { border-color: rgb(144,9,152); }

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