#922585

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

Shades of Dark Purple #922585

Tints of Dark Purple #922585

Color information

#922585 (or 0x922585) is unknown color: approx Dark Purple. HEX triplet: 92, 25 and 85. RGB value is (146,37,133). Sum of RGB (Red+Green+Blue) = 146+37+133=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #922585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922585 is #6DDA7A. Grayscale: #505050. Windows color (decimal): -7199355 or 8725906. OLE color: 8725906.

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

Color convert

RGB14637133-
CMYK00.750.090.43
HSL307.16º59.56%35.88%-
HSV(B)307.16º74.66%57.25%-
XYZ16.759.1323.07-
YUV80.54157.61174.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 37 (14.84% from 255) = 11.71%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=46.20%
G=11.71%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463713300.750.090.43307.1659.5635.88
Hex92258504B92B1333c24
Octal22245205011311534637444
Binary1001001010010110000101010010111001101011100110011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922585; }

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

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

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

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

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

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

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

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