Html Css Color HEX #902176 Dark Purple

📋 copy color: '#902176'

red 144 ◦ green 33 ◦ blue 118

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

Shades of Dark Purple #902176

Tints of Dark Purple #902176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

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

R = 48.81%
G = 11.19%
B = 40%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#902176 (or 0x902176) is known color: Dark Purple. HEX triplet: 90, 21 and 76. RGB value is (144,33,118). Sum of RGB (Red+Green+Blue) = 144+33+118=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #902176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902176 is #6FDE89. Grayscale: #4B4B4B. Windows color (decimal): -7331466 or 7741840. OLE color: 7741840.

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

Color convert

RGB 144 33 118 -
CMYK 0 0.77 0.18 0.44
HSL 314.05º 0.63% 0.35% -
HSV(B) 314.05º 0.77% 0.56% -
XYZ 15.32 8.33 17.94 -
YUV 75.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 144 33 118 0 0.77 0.18 0.44 314.05 0.63 0.35
Hex 90 21 76 0 4D 12 2C 13A 3F 23
Octal 220 41 166 0 115 22 54 472 77 43
Binary 10010000 100001 1110110 0 1001101 10010 101100 100111010 111111 100011

Color Harmonies of #902176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902176

Black with #902176

Text Example


Text Example

White with #902176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902176; }

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

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

background-color css

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

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

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

border-color css

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

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

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