Html Css Color HEX #900F81 Dark Purple

📋 copy color: '#900F81'

red 144 ◦ green 15 ◦ blue 129

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

Shades of Dark Purple #900F81

Tints of Dark Purple #900F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.79%

R = 50%
G = 5.21%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#900F81 (or 0x900F81) is known color: Dark Purple. HEX triplet: 90, 0F and 81. RGB value is (144,15,129). Sum of RGB (Red+Green+Blue) = 144+15+129=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #900F81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900F81 is #6FF07E. Grayscale: #424242. Windows color (decimal): -7336063 or 8458128. OLE color: 8458128.

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

Color convert

RGB 144 15 129 -
CMYK 0 0.90 0.10 0.44
HSL 306.98º 0.81% 0.31% -
HSV(B) 306.98º 0.9% 0.56% -
XYZ 15.63 7.86 21.46 -
YUV 66.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 144 15 129 0 0.90 0.10 0.44 306.98 0.81 0.31
Hex 90 F 81 0 5A A 2C 133 51 1F
Octal 220 17 201 0 132 12 54 463 121 37
Binary 10010000 1111 10000001 0 1011010 1010 101100 100110011 1010001 11111

Color Harmonies of #900F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900F81

Black with #900F81

Text Example


Text Example

White with #900F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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