#922C85

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

Shades of Dark Purple #922C85

Tints of Dark Purple #922C85

Color information

#922C85 (or 0x922C85) is unknown color: approx Dark Purple. HEX triplet: 92, 2C and 85. RGB value is (146,44,133). Sum of RGB (Red+Green+Blue) = 146+44+133=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #922C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922C85 is #6DD37A. Grayscale: #545454. Windows color (decimal): -7197563 or 8727698. OLE color: 8727698.

HSL color Cylindrical-coordinate representation of color #922C85: hue angle of 307.65º 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 #922C85 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB14644133-
CMYK00.700.090.43
HSL307.65º53.68%37.25%-
HSV(B)307.65º69.86%57.25%-
XYZ16.999.6123.15-
YUV84.64155.29171.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 44 (17.58% from 255) = 13.62%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=45.20%
G=13.62%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464413300.700.090.43307.6553.6837.25
Hex922C8504692B1343625
Octal22254205010611534646645
Binary1001001010110010000101010001101001101011100110100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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