#850c80

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

Shades of Purple #850C80

Tints of Purple #850C80

Color information

#850C80 (or 0x850C80) is unknown color: approx Purple. HEX triplet: 85, 0C and 80. RGB value is (133,12,128). Sum of RGB (Red+Green+Blue) = 133+12+128=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #850C80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850C80 is #7AF37F. Grayscale: #3D3D3D. Windows color (decimal): -8057728 or 8391813. OLE color: 8391813.

HSL color Cylindrical-coordinate representation of color #850C80: hue angle of 302.48º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C80 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13312128-
CMYK00.910.040.48
HSL302.48º83.45%28.43%-
HSV(B)302.48º90.98%52.16%-
XYZ13.76.8121.01-
YUV61.4165.59179.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 12 (5.08% from 255) = 4.40%
BLUE value IS 128 (50.39% from 255) = 46.89%
R=48.72%
G=4.40%
B=46.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331212800.910.040.48302.4883.4528.43
Hex85C8005B43012e531c
Octal20514200013346045612334
Binary1000010111001000000001011011100110000100101110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850c80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850c80; }

 p { color: rgb(133,12,128); }

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

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

 a { background-color: rgb(133,12,128); }

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

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

 span { border-color: rgb(133,12,128); }

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