#851185

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

Shades of Purple #851185

Tints of Purple #851185

Color information

#851185 (or 0x851185) is unknown color: approx Purple. HEX triplet: 85, 11 and 85. RGB value is (133,17,133). Sum of RGB (Red+Green+Blue) = 133+17+133=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #851185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851185 is #7AEE7A. Grayscale: #404040. Windows color (decimal): -8056443 or 8720773. OLE color: 8720773.

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

Color convert

RGB13317133-
CMYK00.8700.48
HSL300º77.33%29.41%-
HSV(B)300º87.22%52.16%-
XYZ14.117.0822.81-
YUV64.91166.43176.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 17 (7.03% from 255) = 6.01%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=47.00%
G=6.01%
B=47.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331713300.8700.4830077.3329.41
Hex85118505703012c4d1d
Octal20521205012706045411535
Binary100001011000110000101010101110110000100101100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851185; }

 p { color: rgb(133,17,133); }

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

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

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

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

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

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

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