#850085

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

Shades of Purple #850085

Tints of Purple #850085

Color information

#850085 (or 0x850085) is unknown color: approx Purple. HEX triplet: 85, 00 and 85. RGB value is (133,0,133). Sum of RGB (Red+Green+Blue) = 133+0+133=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #850085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850085 is #7AFF7A. Grayscale: #363636. Windows color (decimal): -8060795 or 8716421. OLE color: 8716421.

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

Color convert

RGB1330133-
CMYK0100.48
HSL300º100%26.08%-
HSV(B)300º100%52.16%-
XYZ13.916.6822.75-
YUV54.93172.06183.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13301330100.4830010026.08
Hex8508506403012c641a
Octal2050205014406045414432
Binary10000101010000101011001000110000100101100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850085; }

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

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

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

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

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

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

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

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