#86539F

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

Shades of Studio #86539F

Tints of Studio #86539F

Color information

#86539F (or 0x86539F) is unknown color: approx Studio. HEX triplet: 86, 53 and 9F. RGB value is (134,83,159). Sum of RGB (Red+Green+Blue) = 134+83+159=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #86539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86539F is #79AC60. Grayscale: #6A6A6A. Windows color (decimal): -7973985 or 10441606. OLE color: 10441606.

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

Color convert

RGB13483159-
CMYK0.160.4800.38
HSL280.26º31.4%47.45%-
HSV(B)280.26º47.8%62.35%-
XYZ19.1813.7634.45-
YUV106.91157.4147.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 83 (32.81% from 255) = 22.07%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=35.64%
G=22.07%
B=42.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134831590.160.4800.38280.2631.447.45
Hex86539F10300261181f2f
Octal20612323720600464303757
Binary1000011010100111001111110000110000010011010001100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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