#922091

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

Shades of Dark Purple #922091

Tints of Dark Purple #922091

Color information

#922091 (or 0x922091) is unknown color: approx Dark Purple. HEX triplet: 92, 20 and 91. RGB value is (146,32,145). Sum of RGB (Red+Green+Blue) = 146+32+145=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #922091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922091 is #6DDF6E. Grayscale: #4E4E4E. Windows color (decimal): -7200623 or 9511058. OLE color: 9511058.

HSL color Cylindrical-coordinate representation of color #922091: hue angle of 300.53º 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 #922091 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB14632145-
CMYK00.780.010.43
HSL300.53º64.04%34.9%-
HSV(B)300.53º78.08%57.25%-
XYZ17.489.1927.64-
YUV78.97165.27175.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 32 (12.89% from 255) = 9.91%
BLUE value IS 145 (57.03% from 255) = 44.89%
R=45.20%
G=9.91%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463214500.780.010.43300.5364.0434.9
Hex92209104E12B12d4023
Octal22240221011615345510043
Binary10010010100000100100010100111011010111001011011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922091; }

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

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

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

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

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

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

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

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