#861183

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

Shades of Purple #861183

Tints of Purple #861183

Color information

#861183 (or 0x861183) is unknown color: approx Purple. HEX triplet: 86, 11 and 83. RGB value is (134,17,131). Sum of RGB (Red+Green+Blue) = 134+17+131=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #861183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861183 is #79EE7C. Grayscale: #404040. Windows color (decimal): -7990909 or 8589702. OLE color: 8589702.

HSL color Cylindrical-coordinate representation of color #861183: hue angle of 301.54º 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 #861183 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13417131-
CMYK00.870.020.47
HSL301.54º77.48%29.61%-
HSV(B)301.54º87.31%52.55%-
XYZ14.137.1122.1-
YUV64.98165.26177.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 17 (7.03% from 255) = 6.03%
BLUE value IS 131 (51.56% from 255) = 46.45%
R=47.52%
G=6.03%
B=46.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341713100.870.020.47301.5477.4829.61
Hex86118305722F12e4d1e
Octal20621203012725745611536
Binary1000011010001100000110101011110101111100101110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861183; }

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

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

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

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

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

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

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

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