Html Css Color HEX #904076 Dark Purple

📋 copy color: '#904076'

red 144 ◦ green 64 ◦ blue 118

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

Shades of Dark Purple #904076

Tints of Dark Purple #904076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

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

R = 44.17%
G = 19.63%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#904076 (or 0x904076) is known color: Dark Purple. HEX triplet: 90, 40 and 76. RGB value is (144,64,118). Sum of RGB (Red+Green+Blue) = 144+64+118=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #904076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904076 is #6FBF89. Grayscale: #5D5D5D. Windows color (decimal): -7323530 or 7749776. OLE color: 7749776.

HSL color Cylindrical-coordinate representation of color #904076: hue angle of 319.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904076 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 64 118 -
CMYK 0 0.56 0.18 0.44
HSL 319.5º 0.38% 0.41% -
HSV(B) 319.5º 0.56% 0.56% -
XYZ 16.61 10.9 18.37 -
YUV 94.08 141.5 163.61 -
System Red Green Blue C M Y K H S L
Decimal 144 64 118 0 0.56 0.18 0.44 319.5 0.38 0.41
Hex 90 40 76 0 38 12 2C 140 26 29
Octal 220 100 166 0 70 22 54 500 46 51
Binary 10010000 1000000 1110110 0 111000 10010 101100 101000000 100110 101001

Color Harmonies of #904076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904076

Black with #904076

Text Example


Text Example

White with #904076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904076; }

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

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

background-color css

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

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

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

border-color css

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

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

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