Html Css Color HEX #900B76 Dark Purple

📋 copy color: '#900B76'

red 144 ◦ green 11 ◦ blue 118

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

Shades of Dark Purple #900B76

Tints of Dark Purple #900B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 52.75%
G = 4.03%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#900B76 (or 0x900B76) is known color: Dark Purple. HEX triplet: 90, 0B and 76. RGB value is (144,11,118). Sum of RGB (Red+Green+Blue) = 144+11+118=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #900B76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900B76 is #6FF489. Grayscale: #3E3E3E. Windows color (decimal): -7337098 or 7736208. OLE color: 7736208.

HSL color Cylindrical-coordinate representation of color #900B76: hue angle of 311.73º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900B76 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 11 118 -
CMYK 0 0.92 0.18 0.44
HSL 311.73º 0.86% 0.3% -
HSV(B) 311.73º 0.92% 0.56% -
XYZ 14.89 7.48 17.8 -
YUV 62.97 159.06 185.8 -
System Red Green Blue C M Y K H S L
Decimal 144 11 118 0 0.92 0.18 0.44 311.73 0.86 0.3
Hex 90 B 76 0 5C 12 2C 138 56 1E
Octal 220 13 166 0 134 22 54 470 126 36
Binary 10010000 1011 1110110 0 1011100 10010 101100 100111000 1010110 11110

Color Harmonies of #900B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900B76

Black with #900B76

Text Example


Text Example

White with #900B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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