#850a7b

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

Shades of Purple #850A7B

Tints of Purple #850A7B

Color information

#850A7B (or 0x850A7B) is unknown color: approx Purple. HEX triplet: 85, 0A and 7B. RGB value is (133,10,123). Sum of RGB (Red+Green+Blue) = 133+10+123=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #850A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A7B is #7AF584. Grayscale: #3B3B3B. Windows color (decimal): -8058245 or 8063621. OLE color: 8063621.

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

Color convert

RGB13310123-
CMYK00.920.080.48
HSL304.88º86.01%28.04%-
HSV(B)304.88º92.48%52.16%-
XYZ13.366.6319.32-
YUV59.66163.75180.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 3.76%
BLUE value IS 123 (48.44% from 255) = 46.24%
R=50%
G=3.76%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331012300.920.080.48304.8886.0128.04
Hex85A7B05C830131561c
Octal205121730134106046112634
Binary1000010110101111011010111001000110000100110001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850a7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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