#922979

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

Shades of Dark Purple #922979

Tints of Dark Purple #922979

Color information

#922979 (or 0x922979) is unknown color: approx Dark Purple. HEX triplet: 92, 29 and 79. RGB value is (146,41,121). Sum of RGB (Red+Green+Blue) = 146+41+121=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #922979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922979 is #6DD686. Grayscale: #515151. Windows color (decimal): -7198343 or 7940498. OLE color: 7940498.

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

Color convert

RGB14641121-
CMYK00.720.170.43
HSL314.29º56.15%36.67%-
HSV(B)314.29º71.92%57.25%-
XYZ16.19.0818.99-
YUV81.52150.29174-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 41 (16.41% from 255) = 13.31%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=47.40%
G=13.31%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464112100.720.170.43314.2956.1536.67
Hex922979048112B13a3825
Octal22251171011021534727045
Binary1001001010100111110010100100010001101011100111010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922979; }

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

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

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

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

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

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

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

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