#861081

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

Shades of Purple #861081

Tints of Purple #861081

Color information

#861081 (or 0x861081) is unknown color: approx Purple. HEX triplet: 86, 10 and 81. RGB value is (134,16,129). Sum of RGB (Red+Green+Blue) = 134+16+129=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #861081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861081 is #79EF7E. Grayscale: #3F3F3F. Windows color (decimal): -7991167 or 8458374. OLE color: 8458374.

HSL color Cylindrical-coordinate representation of color #861081: hue angle of 302.54º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861081 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13416129-
CMYK00.880.040.47
HSL302.54º78.67%29.41%-
HSV(B)302.54º88.06%52.55%-
XYZ13.987.0221.39-
YUV64.16164.59177.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 16 (6.64% from 255) = 5.73%
BLUE value IS 129 (50.78% from 255) = 46.24%
R=48.03%
G=5.73%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341612900.880.040.47302.5478.6729.41
Hex86108105842F12f4f1d
Octal20620201013045745711735
Binary10000110100001000000101011000100101111100101111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861081; }

 p { color: rgb(134,16,129); }

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

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

 a { background-color: rgb(134,16,129); }

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

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

 span { border-color: rgb(134,16,129); }

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