Html Css Color HEX #901677 Dark Purple

📋 copy color: '#901677'

red 144 ◦ green 22 ◦ blue 119

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

Shades of Dark Purple #901677

Tints of Dark Purple #901677

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.72%

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

R = 50.53%
G = 7.72%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#901677 (or 0x901677) is known color: Dark Purple. HEX triplet: 90, 16 and 77. RGB value is (144,22,119). Sum of RGB (Red+Green+Blue) = 144+22+119=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #901677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901677 is #6FE988. Grayscale: #454545. Windows color (decimal): -7334281 or 7804560. OLE color: 7804560.

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

Color convert

RGB 144 22 119 -
CMYK 0 0.85 0.17 0.44
HSL 312.3º 0.73% 0.33% -
HSV(B) 312.3º 0.85% 0.56% -
XYZ 15.12 7.84 18.17 -
YUV 69.54 155.92 181.11 -
System Red Green Blue C M Y K H S L
Decimal 144 22 119 0 0.85 0.17 0.44 312.3 0.73 0.33
Hex 90 16 77 0 55 11 2C 138 49 21
Octal 220 26 167 0 125 21 54 470 111 41
Binary 10010000 10110 1110111 0 1010101 10001 101100 100111000 1001001 100001

Color Harmonies of #901677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901677

Black with #901677

Text Example


Text Example

White with #901677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901677; }

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

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

background-color css

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

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

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

border-color css

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

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

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