#922C77

Color #922C77 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #922C77

Tints of Dark Purple #922C77

Color information

#922C77 (or 0x922C77) is unknown color: approx Dark Purple. HEX triplet: 92, 2C and 77. RGB value is (146,44,119). Sum of RGB (Red+Green+Blue) = 146+44+119=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #922C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922C77 is #6DD388. Grayscale: #525252. Windows color (decimal): -7197577 or 7810194. OLE color: 7810194.

HSL color Cylindrical-coordinate representation of color #922C77: hue angle of 315.88º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #922C77 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB14644119-
CMYK00.700.180.43
HSL315.88º53.68%37.25%-
HSV(B)315.88º69.86%57.25%-
XYZ16.089.2418.39-
YUV83.05148.29172.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 44 (17.58% from 255) = 14.24%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=47.25%
G=14.24%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464411900.700.180.43315.8853.6837.25
Hex922C77046122B13c3625
Octal22254167010622534746645
Binary1001001010110011101110100011010010101011100111100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922C77; }

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

 H1.HeaderClassName
 {
   color: #922C77;
 }
 .AnyTagClassName
 {
   color: #922C77;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #922C77;
 }
 .BgClassName
 {
   background-color: #922C77;
 }
</style>
border-color css

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

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

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