Html Css Color HEX #900F80 Dark Purple

📋 copy color: '#900F80'

red 144 ◦ green 15 ◦ blue 128

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

Shades of Dark Purple #900F80

Tints of Dark Purple #900F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 44.6%

R = 50.17%
G = 5.23%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#900F80 (or 0x900F80) is known color: Dark Purple. HEX triplet: 90, 0F and 80. RGB value is (144,15,128). Sum of RGB (Red+Green+Blue) = 144+15+128=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #900F80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900F80 is #6FF07F. Grayscale: #424242. Windows color (decimal): -7336064 or 8392592. OLE color: 8392592.

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

Color convert

RGB 144 15 128 -
CMYK 0 0.90 0.11 0.44
HSL 307.44º 0.81% 0.31% -
HSV(B) 307.44º 0.9% 0.56% -
XYZ 15.57 7.83 21.11 -
YUV 66.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 144 15 128 0 0.90 0.11 0.44 307.44 0.81 0.31
Hex 90 F 80 0 5A B 2C 133 51 1F
Octal 220 17 200 0 132 13 54 463 121 37
Binary 10010000 1111 10000000 0 1011010 1011 101100 100110011 1010001 11111

Color Harmonies of #900F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900F80

Black with #900F80

Text Example


Text Example

White with #900F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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