#860083

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

Shades of Purple #860083

Tints of Purple #860083

Color information

#860083 (or 0x860083) is unknown color: approx Purple. HEX triplet: 86, 00 and 83. RGB value is (134,0,131). Sum of RGB (Red+Green+Blue) = 134+0+131=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #860083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860083 is #79FF7C. Grayscale: #363636. Windows color (decimal): -7995261 or 8585350. OLE color: 8585350.

HSL color Cylindrical-coordinate representation of color #860083: hue angle of 301.34º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860083 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB1340131-
CMYK010.020.47
HSL301.34º100%26.27%-
HSV(B)301.34º100%52.55%-
XYZ13.936.7122.03-
YUV55170.89184.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 131 (51.56% from 255) = 49.43%
R=50.57%
G=0%
B=49.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1340131010.020.47301.3410026.27
Hex8608306422F12d641a
Octal2060203014425745514432
Binary100001100100000110110010010101111100101101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860083; }

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

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

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

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

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

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

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

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