#86519F

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

Shades of Studio #86519F

Tints of Studio #86519F

Color information

#86519F (or 0x86519F) is unknown color: approx Studio. HEX triplet: 86, 51 and 9F. RGB value is (134,81,159). Sum of RGB (Red+Green+Blue) = 134+81+159=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #86519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86519F is #79AE60. Grayscale: #696969. Windows color (decimal): -7974497 or 10441094. OLE color: 10441094.

HSL color Cylindrical-coordinate representation of color #86519F: hue angle of 280.77º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86519F is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13481159-
CMYK0.160.4900.38
HSL280.77º32.5%47.06%-
HSV(B)280.77º49.06%62.35%-
XYZ19.0313.4634.4-
YUV105.74158.06148.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.83%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=35.83%
G=21.66%
B=42.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134811590.160.4900.38280.7732.547.06
Hex86519F1031026119202f
Octal20612123720610464314057
Binary10000110101000110011111100001100010100110100011001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,81,159); }

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

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

 a { background-color: rgb(134,81,159); }

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

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

 span { border-color: rgb(134,81,159); }

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