#850878

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

Shades of Purple #850878

Tints of Purple #850878

Color information

#850878 (or 0x850878) is unknown color: approx Purple. HEX triplet: 85, 08 and 78. RGB value is (133,8,120). Sum of RGB (Red+Green+Blue) = 133+8+120=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #850878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850878 is #7AF787. Grayscale: #393939. Windows color (decimal): -8058760 or 7866501. OLE color: 7866501.

HSL color Cylindrical-coordinate representation of color #850878: hue angle of 306.24º 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 #850878 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB1338120-
CMYK00.940.100.48
HSL306.24º88.65%27.65%-
HSV(B)306.24º93.98%52.16%-
XYZ13.156.5218.33-
YUV58.14162.91181.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 8 (3.52% from 255) = 3.07%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=50.96%
G=3.07%
B=45.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133812000.940.100.48306.2488.6527.65
Hex8587805EA30132591c
Octal205101700136126046213134
Binary1000010110001111000010111101010110000100110010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850878; }

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

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

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

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

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

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

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

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