#922490

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

Shades of Dark Purple #922490

Tints of Dark Purple #922490

Color information

#922490 (or 0x922490) is unknown color: approx Dark Purple. HEX triplet: 92, 24 and 90. RGB value is (146,36,144). Sum of RGB (Red+Green+Blue) = 146+36+144=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #922490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922490 is #6DDB6F. Grayscale: #505050. Windows color (decimal): -7199600 or 9446546. OLE color: 9446546.

HSL color Cylindrical-coordinate representation of color #922490: hue angle of 301.09º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922490 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB14636144-
CMYK00.750.010.43
HSL301.09º60.44%35.69%-
HSV(B)301.09º75.34%57.25%-
XYZ17.529.3927.27-
YUV81.2163.44174.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 36 (14.45% from 255) = 11.04%
BLUE value IS 144 (56.64% from 255) = 44.17%
R=44.79%
G=11.04%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463614400.750.010.43301.0960.4435.69
Hex92249004B12B12d3c24
Octal2224422001131534557444
Binary1001001010010010010000010010111101011100101101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922490; }

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

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

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

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

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

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

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

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