Html Css Color HEX #900F76 Dark Purple

📋 copy color: '#900F76'

red 144 ◦ green 15 ◦ blue 118

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

Shades of Dark Purple #900F76

Tints of Dark Purple #900F76

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.42%

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

R = 51.99%
G = 5.42%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#900F76 (or 0x900F76) is known color: Dark Purple. HEX triplet: 90, 0F and 76. RGB value is (144,15,118). Sum of RGB (Red+Green+Blue) = 144+15+118=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #900F76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900F76 is #6FF089. Grayscale: #414141. Windows color (decimal): -7336074 or 7737232. OLE color: 7737232.

HSL color Cylindrical-coordinate representation of color #900F76: hue angle of 312.09º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F76 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 15 118 -
CMYK 0 0.90 0.18 0.44
HSL 312.09º 0.81% 0.31% -
HSV(B) 312.09º 0.9% 0.56% -
XYZ 14.94 7.58 17.81 -
YUV 65.31 157.74 184.12 -
System Red Green Blue C M Y K H S L
Decimal 144 15 118 0 0.90 0.18 0.44 312.09 0.81 0.31
Hex 90 F 76 0 5A 12 2C 138 51 1F
Octal 220 17 166 0 132 22 54 470 121 37
Binary 10010000 1111 1110110 0 1011010 10010 101100 100111000 1010001 11111

Color Harmonies of #900F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900F76

Black with #900F76

Text Example


Text Example

White with #900F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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