#922090

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

Shades of Dark Purple #922090

Tints of Dark Purple #922090

Color information

#922090 (or 0x922090) is unknown color: approx Dark Purple. HEX triplet: 92, 20 and 90. RGB value is (146,32,144). Sum of RGB (Red+Green+Blue) = 146+32+144=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #922090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922090 is #6DDF6F. Grayscale: #4E4E4E. Windows color (decimal): -7200624 or 9445522. OLE color: 9445522.

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

Color convert

RGB14632144-
CMYK00.780.010.43
HSL301.05º64.04%34.9%-
HSV(B)301.05º78.08%57.25%-
XYZ17.49.1627.24-
YUV78.85164.77175.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 32 (12.89% from 255) = 9.94%
BLUE value IS 144 (56.64% from 255) = 44.72%
R=45.34%
G=9.94%
B=44.72%

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
Decimal1463214400.780.010.43301.0564.0434.9
Hex92209004E12B12d4023
Octal22240220011615345510043
Binary10010010100000100100000100111011010111001011011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922090; }

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

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

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

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

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

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

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

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