Html Css Color HEX #901876 Dark Purple

📋 copy color: '#901876'

red 144 ◦ green 24 ◦ blue 118

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

Shades of Dark Purple #901876

Tints of Dark Purple #901876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.39%

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

R = 50.35%
G = 8.39%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#901876 (or 0x901876) is known color: Dark Purple. HEX triplet: 90, 18 and 76. RGB value is (144,24,118). Sum of RGB (Red+Green+Blue) = 144+24+118=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #901876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901876 is #6FE789. Grayscale: #464646. Windows color (decimal): -7333770 or 7739536. OLE color: 7739536.

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

Color convert

RGB 144 24 118 -
CMYK 0 0.83 0.18 0.44
HSL 313º 0.71% 0.33% -
HSV(B) 313º 0.83% 0.56% -
XYZ 15.1 7.89 17.87 -
YUV 70.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 144 24 118 0 0.83 0.18 0.44 313 0.71 0.33
Hex 90 18 76 0 53 12 2C 139 47 21
Octal 220 30 166 0 123 22 54 471 107 41
Binary 10010000 11000 1110110 0 1010011 10010 101100 100111001 1000111 100001

Color Harmonies of #901876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901876

Black with #901876

Text Example


Text Example

White with #901876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901876; }

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

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

background-color css

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

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

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

border-color css

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

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

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