Html Css Color HEX #922176 Dark Purple

📋 copy color: '#922176'

red 146 ◦ green 33 ◦ blue 118

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

Shades of Dark Purple #922176

Tints of Dark Purple #922176

RGB

 RED value IS 146 (57.42% from 255) = 49.16%

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

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

R = 49.16%
G = 11.11%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#922176 (or 0x922176) is known color: Dark Purple. HEX triplet: 92, 21 and 76. RGB value is (146,33,118). Sum of RGB (Red+Green+Blue) = 146+33+118=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #922176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922176 is #6DDE89. Grayscale: #4C4C4C. Windows color (decimal): -7200394 or 7741842. OLE color: 7741842.

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

Color convert

RGB 146 33 118 -
CMYK 0 0.77 0.19 0.43
HSL 314.87º 0.63% 0.35% -
HSV(B) 314.87º 0.77% 0.57% -
XYZ 15.67 8.51 17.96 -
YUV 76.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 146 33 118 0 0.77 0.19 0.43 314.87 0.63 0.35
Hex 92 21 76 0 4D 13 2B 13B 3F 23
Octal 222 41 166 0 115 23 53 473 77 43
Binary 10010010 100001 1110110 0 1001101 10011 101011 100111011 111111 100011

Color Harmonies of #922176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922176

Black with #922176

Text Example


Text Example

White with #922176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922176; }

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

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

background-color css

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

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

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

border-color css

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

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

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