#922586

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

Shades of Dark Purple #922586

Tints of Dark Purple #922586

Color information

#922586 (or 0x922586) is unknown color: approx Dark Purple. HEX triplet: 92, 25 and 86. RGB value is (146,37,134). Sum of RGB (Red+Green+Blue) = 146+37+134=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #922586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922586 is #6DDA79. Grayscale: #505050. Windows color (decimal): -7199354 or 8791442. OLE color: 8791442.

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

Color convert

RGB14637134-
CMYK00.750.080.43
HSL306.61º59.56%35.88%-
HSV(B)306.61º74.66%57.25%-
XYZ16.829.1623.43-
YUV80.65158.11174.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 37 (14.84% from 255) = 11.67%
BLUE value IS 134 (52.73% from 255) = 42.27%
R=46.06%
G=11.67%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463713400.750.080.43306.6159.5635.88
Hex92258604B82B1333c24
Octal22245206011310534637444
Binary1001001010010110000110010010111000101011100110011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922586; }

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

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

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

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

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

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

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

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