Html Css Color HEX #902976 Dark Purple

📋 copy color: '#902976'

red 144 ◦ green 41 ◦ blue 118

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

Shades of Dark Purple #902976

Tints of Dark Purple #902976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.53%

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

R = 47.52%
G = 13.53%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#902976 (or 0x902976) is known color: Dark Purple. HEX triplet: 90, 29 and 76. RGB value is (144,41,118). Sum of RGB (Red+Green+Blue) = 144+41+118=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #902976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902976 is #6FD689. Grayscale: #505050. Windows color (decimal): -7329418 or 7743888. OLE color: 7743888.

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

Color convert

RGB 144 41 118 -
CMYK 0 0.72 0.18 0.44
HSL 315.15º 0.56% 0.36% -
HSV(B) 315.15º 0.72% 0.56% -
XYZ 15.56 8.82 18.02 -
YUV 80.58 149.12 173.24 -
System Red Green Blue C M Y K H S L
Decimal 144 41 118 0 0.72 0.18 0.44 315.15 0.56 0.36
Hex 90 29 76 0 48 12 2C 13B 38 24
Octal 220 51 166 0 110 22 54 473 70 44
Binary 10010000 101001 1110110 0 1001000 10010 101100 100111011 111000 100100

Color Harmonies of #902976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902976

Black with #902976

Text Example


Text Example

White with #902976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902976; }

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

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

background-color css

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

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

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

border-color css

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

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

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