#850a7e

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

Shades of Purple #850A7E

Tints of Purple #850A7E

Color information

#850A7E (or 0x850A7E) is unknown color: approx Purple. HEX triplet: 85, 0A and 7E. RGB value is (133,10,126). Sum of RGB (Red+Green+Blue) = 133+10+126=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #850A7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A7E is #7AF581. Grayscale: #3B3B3B. Windows color (decimal): -8058242 or 8260229. OLE color: 8260229.

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

Color convert

RGB13310126-
CMYK00.920.050.48
HSL303.41º86.01%28.04%-
HSV(B)303.41º92.48%52.16%-
XYZ13.556.7120.32-
YUV60165.25180.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 10 (4.30% from 255) = 3.72%
BLUE value IS 126 (49.61% from 255) = 46.84%
R=49.44%
G=3.72%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331012600.920.050.48303.4186.0128.04
Hex85A7E05C53012f561c
Octal20512176013456045712634
Binary100001011010111111001011100101110000100101111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850a7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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