Html Css Color HEX #901477 Dark Purple

📋 copy color: '#901477'

red 144 ◦ green 20 ◦ blue 119

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

Shades of Dark Purple #901477

Tints of Dark Purple #901477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

 BLUE value IS 119 (46.88% from 255) = 42.05%

R = 50.88%
G = 7.07%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#901477 (or 0x901477) is known color: Dark Purple. HEX triplet: 90, 14 and 77. RGB value is (144,20,119). Sum of RGB (Red+Green+Blue) = 144+20+119=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #901477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901477 is #6FEB88. Grayscale: #444444. Windows color (decimal): -7334793 or 7804048. OLE color: 7804048.

HSL color Cylindrical-coordinate representation of color #901477: hue angle of 312.1º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901477 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 20 119 -
CMYK 0 0.86 0.17 0.44
HSL 312.1º 0.76% 0.32% -
HSV(B) 312.1º 0.86% 0.56% -
XYZ 15.08 7.76 18.16 -
YUV 68.36 156.58 181.95 -
System Red Green Blue C M Y K H S L
Decimal 144 20 119 0 0.86 0.17 0.44 312.1 0.76 0.32
Hex 90 14 77 0 56 11 2C 138 4C 20
Octal 220 24 167 0 126 21 54 470 114 40
Binary 10010000 10100 1110111 0 1010110 10001 101100 100111000 1001100 100000

Color Harmonies of #901477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901477

Black with #901477

Text Example


Text Example

White with #901477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901477; }

 p { color: rgb(144,20,119); }

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

background-color css

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

 a { background-color: rgb(144,20,119); }

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

border-color css

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

 span { border-color: rgb(144,20,119); }

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