Html Css Color HEX #922077 Dark Purple

📋 copy color: '#922077'

red 146 ◦ green 32 ◦ blue 119

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

Shades of Dark Purple #922077

Tints of Dark Purple #922077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.77%

 BLUE value IS 119 (46.88% from 255) = 40.07%

R = 49.16%
G = 10.77%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#922077 (or 0x922077) is known color: Dark Purple. HEX triplet: 92, 20 and 77. RGB value is (146,32,119). Sum of RGB (Red+Green+Blue) = 146+32+119=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #922077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922077 is #6DDF88. Grayscale: #4B4B4B. Windows color (decimal): -7200649 or 7807122. OLE color: 7807122.

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

Color convert

RGB 146 32 119 -
CMYK 0 0.78 0.18 0.43
HSL 314.21º 0.64% 0.35% -
HSV(B) 314.21º 0.78% 0.57% -
XYZ 15.7 8.48 18.26 -
YUV 76 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 146 32 119 0 0.78 0.18 0.43 314.21 0.64 0.35
Hex 92 20 77 0 4E 12 2B 13A 40 23
Octal 222 40 167 0 116 22 53 472 100 43
Binary 10010010 100000 1110111 0 1001110 10010 101011 100111010 1000000 100011

Color Harmonies of #922077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922077

Black with #922077

Text Example


Text Example

White with #922077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922077; }

 p { color: rgb(146,32,119); }

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

background-color css

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

 a { background-color: rgb(146,32,119); }

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

border-color css

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

 span { border-color: rgb(146,32,119); }

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