#910979

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

Shades of Dark Purple #910979

Tints of Dark Purple #910979

Color information

#910979 (or 0x910979) is unknown color: approx Dark Purple. HEX triplet: 91, 09 and 79. RGB value is (145,9,121). Sum of RGB (Red+Green+Blue) = 145+9+121=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #910979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910979 is #6EF686. Grayscale: #3E3E3E. Windows color (decimal): -7272071 or 7932305. OLE color: 7932305.

HSL color Cylindrical-coordinate representation of color #910979: hue angle of 310.59º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910979 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB1459121-
CMYK00.940.170.43
HSL310.59º88.31%30.2%-
HSV(B)310.59º93.79%56.86%-
XYZ15.237.618.75-
YUV62.43161.06186.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.73%
GREEN value IS 9 (3.91% from 255) = 3.27%
BLUE value IS 121 (47.66% from 255) = 44%
R=52.73%
G=3.27%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145912100.940.170.43310.5988.3130.2
Hex9197905E112B137581e
Octal221111710136215346713036
Binary10010001100111110010101111010001101011100110111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910979; }

 p { color: rgb(145,9,121); }

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

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

 a { background-color: rgb(145,9,121); }

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

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

 span { border-color: rgb(145,9,121); }

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