#850979

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

Shades of Purple #850979

Tints of Purple #850979

Color information

#850979 (or 0x850979) is unknown color: approx Purple. HEX triplet: 85, 09 and 79. RGB value is (133,9,121). Sum of RGB (Red+Green+Blue) = 133+9+121=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #850979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850979 is #7AF686. Grayscale: #3A3A3A. Windows color (decimal): -8058503 or 7932293. OLE color: 7932293.

HSL color Cylindrical-coordinate representation of color #850979: hue angle of 305.81º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850979 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB1339121-
CMYK00.930.090.48
HSL305.81º87.32%27.84%-
HSV(B)305.81º93.23%52.16%-
XYZ13.226.5618.66-
YUV58.84163.08180.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 9 (3.91% from 255) = 3.42%
BLUE value IS 121 (47.66% from 255) = 46.01%
R=50.57%
G=3.42%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133912100.930.090.48305.8187.3227.84
Hex8597905D930132571c
Octal205111710135116046212734
Binary1000010110011111001010111011001110000100110010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850979; }

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

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

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

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

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

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

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

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