Html Css Color HEX #900D79 Dark Purple

📋 copy color: '#900D79'

red 144 ◦ green 13 ◦ blue 121

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

Shades of Dark Purple #900D79

Tints of Dark Purple #900D79

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.68%

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

R = 51.8%
G = 4.68%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#900D79 (or 0x900D79) is known color: Dark Purple. HEX triplet: 90, 0D and 79. RGB value is (144,13,121). Sum of RGB (Red+Green+Blue) = 144+13+121=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #900D79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900D79 is #6FF286. Grayscale: #404040. Windows color (decimal): -7336583 or 7933328. OLE color: 7933328.

HSL color Cylindrical-coordinate representation of color #900D79: hue angle of 310.53º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900D79 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 13 121 -
CMYK 0 0.91 0.16 0.44
HSL 310.53º 0.83% 0.31% -
HSV(B) 310.53º 0.91% 0.56% -
XYZ 15.1 7.6 18.76 -
YUV 64.48 159.9 184.72 -
System Red Green Blue C M Y K H S L
Decimal 144 13 121 0 0.91 0.16 0.44 310.53 0.83 0.31
Hex 90 D 79 0 5B 10 2C 137 53 1F
Octal 220 15 171 0 133 20 54 467 123 37
Binary 10010000 1101 1111001 0 1011011 10000 101100 100110111 1010011 11111

Color Harmonies of #900D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900D79

Black with #900D79

Text Example


Text Example

White with #900D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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