#922579

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

Shades of Dark Purple #922579

Tints of Dark Purple #922579

Color information

#922579 (or 0x922579) is unknown color: approx Dark Purple. HEX triplet: 92, 25 and 79. RGB value is (146,37,121). Sum of RGB (Red+Green+Blue) = 146+37+121=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #922579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922579 is #6DDA86. Grayscale: #4E4E4E. Windows color (decimal): -7199367 or 7939474. OLE color: 7939474.

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

Color convert

RGB14637121-
CMYK00.750.170.43
HSL313.76º59.56%35.88%-
HSV(B)313.76º74.66%57.25%-
XYZ15.978.8118.95-
YUV79.17151.61175.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.03%
GREEN value IS 37 (14.84% from 255) = 12.17%
BLUE value IS 121 (47.66% from 255) = 39.80%
R=48.03%
G=12.17%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463712100.750.170.43313.7659.5635.88
Hex92257904B112B13a3c24
Octal22245171011321534727444
Binary1001001010010111110010100101110001101011100111010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922579; }

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

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

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

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

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

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

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

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