#86066F

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

Shades of Purple #86066F

Tints of Purple #86066F

Color information

#86066F (or 0x86066F) is unknown color: approx Purple. HEX triplet: 86, 06 and 6F. RGB value is (134,6,111). Sum of RGB (Red+Green+Blue) = 134+6+111=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #86066F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86066F is #79F990. Grayscale: #373737. Windows color (decimal): -7993745 or 7276166. OLE color: 7276166.

HSL color Cylindrical-coordinate representation of color #86066F: hue angle of 310.78º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86066F is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB1346111-
CMYK00.960.170.47
HSL310.78º91.43%27.45%-
HSV(B)310.78º95.52%52.55%-
XYZ12.776.3515.59-
YUV56.24158.91183.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.39%
GREEN value IS 6 (2.73% from 255) = 2.39%
BLUE value IS 111 (43.75% from 255) = 44.22%
R=53.39%
G=2.39%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134611100.960.170.47310.7891.4327.45
Hex8666F060112F1375b1b
Octal20661570140215746713333
Binary1000011011011011110110000010001101111100110111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86066F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86066F; }

 p { color: rgb(134,6,111); }

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

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

 a { background-color: rgb(134,6,111); }

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

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

 span { border-color: rgb(134,6,111); }

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