#850C81

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

Shades of Purple #850C81

Tints of Purple #850C81

Color information

#850C81 (or 0x850C81) is unknown color: approx Purple. HEX triplet: 85, 0C and 81. RGB value is (133,12,129). Sum of RGB (Red+Green+Blue) = 133+12+129=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #850C81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850C81 is #7AF37E. Grayscale: #3D3D3D. Windows color (decimal): -8057727 or 8457349. OLE color: 8457349.

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

Color convert

RGB13312129-
CMYK00.910.030.48
HSL301.98º83.45%28.43%-
HSV(B)301.98º90.98%52.16%-
XYZ13.776.8321.36-
YUV61.52166.09178.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 12 (5.08% from 255) = 4.38%
BLUE value IS 129 (50.78% from 255) = 47.08%
R=48.54%
G=4.38%
B=47.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331212900.910.030.48301.9883.4528.43
Hex85C8105B33012e531c
Octal20514201013336045612334
Binary100001011100100000010101101111110000100101110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,12,129); }

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

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

 a { background-color: rgb(133,12,129); }

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

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

 span { border-color: rgb(133,12,129); }

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