#922588

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

Shades of Dark Purple #922588

Tints of Dark Purple #922588

Color information

#922588 (or 0x922588) is unknown color: approx Dark Purple. HEX triplet: 92, 25 and 88. RGB value is (146,37,136). Sum of RGB (Red+Green+Blue) = 146+37+136=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #922588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922588 is #6DDA77. Grayscale: #505050. Windows color (decimal): -7199352 or 8922514. OLE color: 8922514.

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

Color convert

RGB14637136-
CMYK00.750.070.43
HSL305.5º59.56%35.88%-
HSV(B)305.5º74.66%57.25%-
XYZ16.969.2124.18-
YUV80.88159.11174.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.77%
GREEN value IS 37 (14.84% from 255) = 11.60%
BLUE value IS 136 (53.52% from 255) = 42.63%
R=45.77%
G=11.60%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463713600.750.070.43305.559.5635.88
Hex92258804B72B1323c24
Octal2224521001137534627444
Binary100100101001011000100001001011111101011100110010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922588; }

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

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

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

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

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

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

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

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