Html Css Color HEX #901E77 Dark Purple

📋 copy color: '#901E77'

red 144 ◦ green 30 ◦ blue 119

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

Shades of Dark Purple #901E77

Tints of Dark Purple #901E77

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.24%

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

R = 49.15%
G = 10.24%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#901E77 (or 0x901E77) is known color: Dark Purple. HEX triplet: 90, 1E and 77. RGB value is (144,30,119). Sum of RGB (Red+Green+Blue) = 144+30+119=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #901E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901E77 is #6FE188. Grayscale: #494949. Windows color (decimal): -7332233 or 7806608. OLE color: 7806608.

HSL color Cylindrical-coordinate representation of color #901E77: hue angle of 313.16º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #901E77 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 30 119 -
CMYK 0 0.79 0.17 0.44
HSL 313.16º 0.66% 0.34% -
HSV(B) 313.16º 0.79% 0.56% -
XYZ 15.3 8.19 18.23 -
YUV 74.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 144 30 119 0 0.79 0.17 0.44 313.16 0.66 0.34
Hex 90 1E 77 0 4F 11 2C 139 42 22
Octal 220 36 167 0 117 21 54 471 102 42
Binary 10010000 11110 1110111 0 1001111 10001 101100 100111001 1000010 100010

Color Harmonies of #901E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901E77

Black with #901E77

Text Example


Text Example

White with #901E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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