#850973

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

Shades of Purple #850973

Tints of Purple #850973

Color information

#850973 (or 0x850973) is unknown color: approx Purple. HEX triplet: 85, 09 and 73. RGB value is (133,9,115). Sum of RGB (Red+Green+Blue) = 133+9+115=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #850973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850973 is #7AF68C. Grayscale: #393939. Windows color (decimal): -8058509 or 7539077. OLE color: 7539077.

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

Color convert

RGB1339115-
CMYK00.930.140.48
HSL308.71º87.32%27.84%-
HSV(B)308.71º93.23%52.16%-
XYZ12.876.4216.78-
YUV58.16160.08181.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.75%
GREEN value IS 9 (3.91% from 255) = 3.50%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=51.75%
G=3.50%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133911500.930.140.48308.7187.3227.84
Hex8597305DE30135571c
Octal205111630135166046512734
Binary1000010110011110011010111011110110000100110101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850973; }

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

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

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

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

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

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

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

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