#861182

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

Shades of Purple #861182

Tints of Purple #861182

Color information

#861182 (or 0x861182) is unknown color: approx Purple. HEX triplet: 86, 11 and 82. RGB value is (134,17,130). Sum of RGB (Red+Green+Blue) = 134+17+130=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #861182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861182 is #79EE7D. Grayscale: #404040. Windows color (decimal): -7990910 or 8524166. OLE color: 8524166.

HSL color Cylindrical-coordinate representation of color #861182: hue angle of 302.05º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861182 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB13417130-
CMYK00.870.030.47
HSL302.05º77.48%29.61%-
HSV(B)302.05º87.31%52.55%-
XYZ14.067.0821.74-
YUV64.86164.76177.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 17 (7.03% from 255) = 6.05%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=47.69%
G=6.05%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341713000.870.030.47302.0577.4829.61
Hex86118205732F12e4d1e
Octal20621202012735745611536
Binary1000011010001100000100101011111101111100101110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861182; }

 p { color: rgb(134,17,130); }

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

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

 a { background-color: rgb(134,17,130); }

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

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

 span { border-color: rgb(134,17,130); }

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