Html Css Color HEX #900F79 Dark Purple

📋 copy color: '#900F79'

red 144 ◦ green 15 ◦ blue 121

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

Shades of Dark Purple #900F79

Tints of Dark Purple #900F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.21%

R = 51.43%
G = 5.36%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#900F79 (or 0x900F79) is known color: Dark Purple. HEX triplet: 90, 0F and 79. RGB value is (144,15,121). Sum of RGB (Red+Green+Blue) = 144+15+121=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #900F79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900F79 is #6FF086. Grayscale: #414141. Windows color (decimal): -7336071 or 7933840. OLE color: 7933840.

HSL color Cylindrical-coordinate representation of color #900F79: hue angle of 310.7º 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 #900F79 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 15 121 -
CMYK 0 0.90 0.16 0.44
HSL 310.7º 0.81% 0.31% -
HSV(B) 310.7º 0.9% 0.56% -
XYZ 15.12 7.65 18.77 -
YUV 65.66 159.24 183.88 -
System Red Green Blue C M Y K H S L
Decimal 144 15 121 0 0.90 0.16 0.44 310.7 0.81 0.31
Hex 90 F 79 0 5A 10 2C 137 51 1F
Octal 220 17 171 0 132 20 54 467 121 37
Binary 10010000 1111 1111001 0 1011010 10000 101100 100110111 1010001 11111

Color Harmonies of #900F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900F79

Black with #900F79

Text Example


Text Example

White with #900F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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