#922985

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

Shades of Dark Purple #922985

Tints of Dark Purple #922985

Color information

#922985 (or 0x922985) is unknown color: approx Dark Purple. HEX triplet: 92, 29 and 85. RGB value is (146,41,133). Sum of RGB (Red+Green+Blue) = 146+41+133=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #922985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922985 is #6DD67A. Grayscale: #525252. Windows color (decimal): -7198331 or 8726930. OLE color: 8726930.

HSL color Cylindrical-coordinate representation of color #922985: hue angle of 307.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #922985 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB14641133-
CMYK00.720.090.43
HSL307.43º56.15%36.67%-
HSV(B)307.43º71.92%57.25%-
XYZ16.889.3923.11-
YUV82.88156.29173.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.62%
GREEN value IS 41 (16.41% from 255) = 12.81%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=45.62%
G=12.81%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464113300.720.090.43307.4356.1536.67
Hex92298504892B1333825
Octal22251205011011534637045
Binary1001001010100110000101010010001001101011100110011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922985; }

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

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

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

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

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

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

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

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