Html Css Color HEX #901978 Dark Purple

📋 copy color: '#901978'

red 144 ◦ green 25 ◦ blue 120

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

Shades of Dark Purple #901978

Tints of Dark Purple #901978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 120 (47.27% from 255) = 41.52%

R = 49.83%
G = 8.65%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#901978 (or 0x901978) is known color: Dark Purple. HEX triplet: 90, 19 and 78. RGB value is (144,25,120). Sum of RGB (Red+Green+Blue) = 144+25+120=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #901978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901978 is #6FE687. Grayscale: #474747. Windows color (decimal): -7333512 or 7870864. OLE color: 7870864.

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

Color convert

RGB 144 25 120 -
CMYK 0 0.83 0.17 0.44
HSL 312.1º 0.7% 0.33% -
HSV(B) 312.1º 0.83% 0.56% -
XYZ 15.24 7.98 18.51 -
YUV 71.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 144 25 120 0 0.83 0.17 0.44 312.1 0.7 0.33
Hex 90 19 78 0 53 11 2C 138 46 21
Octal 220 31 170 0 123 21 54 470 106 41
Binary 10010000 11001 1111000 0 1010011 10001 101100 100111000 1000110 100001

Color Harmonies of #901978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901978

Black with #901978

Text Example


Text Example

White with #901978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901978; }

 p { color: rgb(144,25,120); }

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

background-color css

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

 a { background-color: rgb(144,25,120); }

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

border-color css

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

 span { border-color: rgb(144,25,120); }

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