#850A73

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

Shades of Purple #850A73

Tints of Purple #850A73

Color information

#850A73 (or 0x850A73) is unknown color: approx Purple. HEX triplet: 85, 0A and 73. RGB value is (133,10,115). Sum of RGB (Red+Green+Blue) = 133+10+115=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #850A73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A73 is #7AF58C. Grayscale: #3A3A3A. Windows color (decimal): -8058253 or 7539333. OLE color: 7539333.

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

Color convert

RGB13310115-
CMYK00.920.140.48
HSL308.78º86.01%28.04%-
HSV(B)308.78º92.48%52.16%-
XYZ12.886.4416.78-
YUV58.75159.75180.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.55%
GREEN value IS 10 (4.30% from 255) = 3.88%
BLUE value IS 115 (45.31% from 255) = 44.57%
R=51.55%
G=3.88%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331011500.920.140.48308.7886.0128.04
Hex85A7305CE30135561c
Octal205121630134166046512634
Binary1000010110101110011010111001110110000100110101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,10,115); }

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

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

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

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

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

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

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