Html Css Color HEX #901676 Dark Purple

📋 copy color: '#901676'

red 144 ◦ green 22 ◦ blue 118

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

Shades of Dark Purple #901676

Tints of Dark Purple #901676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.55%

R = 50.7%
G = 7.75%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#901676 (or 0x901676) is known color: Dark Purple. HEX triplet: 90, 16 and 76. RGB value is (144,22,118). Sum of RGB (Red+Green+Blue) = 144+22+118=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #901676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901676 is #6FE989. Grayscale: #454545. Windows color (decimal): -7334282 or 7739024. OLE color: 7739024.

HSL color Cylindrical-coordinate representation of color #901676: hue angle of 312.79º 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 #901676 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 22 118 -
CMYK 0 0.85 0.18 0.44
HSL 312.79º 0.73% 0.33% -
HSV(B) 312.79º 0.85% 0.56% -
XYZ 15.06 7.81 17.85 -
YUV 69.42 155.42 181.19 -
System Red Green Blue C M Y K H S L
Decimal 144 22 118 0 0.85 0.18 0.44 312.79 0.73 0.33
Hex 90 16 76 0 55 12 2C 139 49 21
Octal 220 26 166 0 125 22 54 471 111 41
Binary 10010000 10110 1110110 0 1010101 10010 101100 100111001 1001001 100001

Color Harmonies of #901676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901676

Black with #901676

Text Example


Text Example

White with #901676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901676; }

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

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

background-color css

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

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

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

border-color css

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

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

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