#850879

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

Shades of Purple #850879

Tints of Purple #850879

Color information

#850879 (or 0x850879) is unknown color: approx Purple. HEX triplet: 85, 08 and 79. RGB value is (133,8,121). Sum of RGB (Red+Green+Blue) = 133+8+121=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #850879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850879 is #7AF786. Grayscale: #393939. Windows color (decimal): -8058759 or 7932037. OLE color: 7932037.

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

Color convert

RGB1338121-
CMYK00.940.090.48
HSL305.76º88.65%27.65%-
HSV(B)305.76º93.98%52.16%-
XYZ13.216.5418.66-
YUV58.26163.41181.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.76%
GREEN value IS 8 (3.52% from 255) = 3.05%
BLUE value IS 121 (47.66% from 255) = 46.18%
R=50.76%
G=3.05%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133812100.940.090.48305.7688.6527.65
Hex8587905E930132591c
Octal205101710136116046213134
Binary1000010110001111001010111101001110000100110010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850879; }

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

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

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

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

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

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

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

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