Html Css Color HEX #900B95 Dark Magenta

📋 copy color: '#900B95'

red 144 ◦ green 11 ◦ blue 149

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

Shades of Dark Magenta #900B95

Tints of Dark Magenta #900B95

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.62%

 BLUE value IS 149 (58.59% from 255) = 49.01%

R = 47.37%
G = 3.62%
B = 49.01%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#900B95 (or 0x900B95) is known color: Dark Magenta. HEX triplet: 90, 0B and 95. RGB value is (144,11,149). Sum of RGB (Red+Green+Blue) = 144+11+149=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #900B95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900B95 is #6FF46A. Grayscale: #424242. Windows color (decimal): -7337067 or 9767824. OLE color: 9767824.

HSL color Cylindrical-coordinate representation of color #900B95: hue angle of 297.83º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900B95 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 11 149 -
CMYK 0.03 0.93 0 0.42
HSL 297.83º 0.86% 0.31% -
HSV(B) 297.83º 0.93% 0.58% -
XYZ 17.05 8.34 29.14 -
YUV 66.5 174.56 183.28 -
System Red Green Blue C M Y K H S L
Decimal 144 11 149 0.03 0.93 0 0.42 297.83 0.86 0.31
Hex 90 B 95 3 5D 0 2A 12A 56 1F
Octal 220 13 225 3 135 0 52 452 126 37
Binary 10010000 1011 10010101 11 1011101 0 101010 100101010 1010110 11111

Color Harmonies of #900B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900B95

Black with #900B95

Text Example


Text Example

White with #900B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900B95; }

 p { color: rgb(144,11,149); }

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

background-color css

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

 a { background-color: rgb(144,11,149); }

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

border-color css

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

 span { border-color: rgb(144,11,149); }

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