#86509D

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

Shades of Studio #86509D

Tints of Studio #86509D

Color information

#86509D (or 0x86509D) is unknown color: approx Studio. HEX triplet: 86, 50 and 9D. RGB value is (134,80,157). Sum of RGB (Red+Green+Blue) = 134+80+157=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #86509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86509D is #79AF62. Grayscale: #686868. Windows color (decimal): -7974755 or 10309766. OLE color: 10309766.

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

Color convert

RGB13480157-
CMYK0.150.4900.38
HSL282.08º32.49%46.47%-
HSV(B)282.08º49.04%61.57%-
XYZ18.7913.2433.46-
YUV104.92157.39148.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=36.12%
G=21.56%
B=42.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134801570.150.4900.38282.0832.4946.47
Hex86509DF3102611a202e
Octal20612023517610464324056
Binary1000011010100001001110111111100010100110100011010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86509D; }

 p { color: rgb(134,80,157); }

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

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

 a { background-color: rgb(134,80,157); }

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

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

 span { border-color: rgb(134,80,157); }

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