#922590

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

Shades of Dark Purple #922590

Tints of Dark Purple #922590

Color information

#922590 (or 0x922590) is unknown color: approx Dark Purple. HEX triplet: 92, 25 and 90. RGB value is (146,37,144). Sum of RGB (Red+Green+Blue) = 146+37+144=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #922590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922590 is #6DDA6F. Grayscale: #515151. Windows color (decimal): -7199344 or 9446802. OLE color: 9446802.

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

Color convert

RGB14637144-
CMYK00.750.010.43
HSL301.1º59.56%35.88%-
HSV(B)301.1º74.66%57.25%-
XYZ17.559.4527.28-
YUV81.79163.11173.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 37 (14.84% from 255) = 11.31%
BLUE value IS 144 (56.64% from 255) = 44.04%
R=44.65%
G=11.31%
B=44.04%

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
Decimal1463714400.750.010.43301.159.5635.88
Hex92259004B12B12d3c24
Octal2224522001131534557444
Binary1001001010010110010000010010111101011100101101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922590; }

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

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

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

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

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

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

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

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