#86087B

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

Shades of Purple #86087B

Tints of Purple #86087B

Color information

#86087B (or 0x86087B) is unknown color: approx Purple. HEX triplet: 86, 08 and 7B. RGB value is (134,8,123). Sum of RGB (Red+Green+Blue) = 134+8+123=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86087B is #79F784. Grayscale: #3A3A3A. Windows color (decimal): -7993221 or 8063110. OLE color: 8063110.

HSL color Cylindrical-coordinate representation of color #86087B: hue angle of 305.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86087B is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB1348123-
CMYK00.940.080.47
HSL305.24º88.73%27.84%-
HSV(B)305.24º94.03%52.55%-
XYZ13.496.6719.32-
YUV58.78164.24181.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 8 (3.52% from 255) = 3.02%
BLUE value IS 123 (48.44% from 255) = 46.42%
R=50.57%
G=3.02%
B=46.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134812300.940.080.47305.2488.7327.84
Hex8687B05E82F131591c
Octal206101730136105746113134
Binary1000011010001111011010111101000101111100110001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86087B; }

 p { color: rgb(134,8,123); }

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

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

 a { background-color: rgb(134,8,123); }

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

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

 span { border-color: rgb(134,8,123); }

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