#850A7D

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

Shades of Purple #850A7D

Tints of Purple #850A7D

Color information

#850A7D (or 0x850A7D) is unknown color: approx Purple. HEX triplet: 85, 0A and 7D. RGB value is (133,10,125). Sum of RGB (Red+Green+Blue) = 133+10+125=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #850A7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A7D is #7AF582. Grayscale: #3B3B3B. Windows color (decimal): -8058243 or 8194693. OLE color: 8194693.

HSL color Cylindrical-coordinate representation of color #850A7D: hue angle of 303.9º 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 #850A7D is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13310125-
CMYK00.920.060.48
HSL303.9º86.01%28.04%-
HSV(B)303.9º92.48%52.16%-
XYZ13.486.6819.98-
YUV59.89164.75180.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 10 (4.30% from 255) = 3.73%
BLUE value IS 125 (49.22% from 255) = 46.64%
R=49.63%
G=3.73%
B=46.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331012500.920.060.48303.986.0128.04
Hex85A7D05C630130561c
Octal20512175013466046012634
Binary100001011010111110101011100110110000100110000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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