#86569E

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

Shades of Studio #86569E

Tints of Studio #86569E

Color information

#86569E (or 0x86569E) is unknown color: approx Studio. HEX triplet: 86, 56 and 9E. RGB value is (134,86,158). Sum of RGB (Red+Green+Blue) = 134+86+158=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #86569E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86569E is #79A961. Grayscale: #6C6C6C. Windows color (decimal): -7973218 or 10376838. OLE color: 10376838.

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

Color convert

RGB13486158-
CMYK0.150.4600.38
HSL280º29.51%47.84%-
HSV(B)280º45.57%61.96%-
XYZ19.3314.1934.07-
YUV108.56155.9146.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.45%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 158 (62.11% from 255) = 41.80%
R=35.45%
G=22.75%
B=41.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134861580.150.4600.3828029.5147.84
Hex86569EF2E0261181e30
Octal20612623617560464303660
Binary100001101010110100111101111101110010011010001100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86569E; }

 p { color: rgb(134,86,158); }

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

<style>
 a { background-color: #86569E; }

 a { background-color: rgb(134,86,158); }

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

<style>
 span { border-color: #86569E; }

 span { border-color: rgb(134,86,158); }

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