#87569F

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

Shades of Studio #87569F

Tints of Studio #87569F

Color information

#87569F (or 0x87569F) is unknown color: approx Studio. HEX triplet: 87, 56 and 9F. RGB value is (135,86,159). Sum of RGB (Red+Green+Blue) = 135+86+159=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #87569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87569F is #78A960. Grayscale: #6C6C6C. Windows color (decimal): -7907681 or 10442375. OLE color: 10442375.

HSL color Cylindrical-coordinate representation of color #87569F: hue angle of 280.27º 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 #87569F is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13586159-
CMYK0.150.4600.38
HSL280.27º29.8%48.04%-
HSV(B)280.27º45.91%62.35%-
XYZ19.5814.3134.53-
YUV108.97156.23146.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.53%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 159 (62.5% from 255) = 41.84%
R=35.53%
G=22.63%
B=41.84%

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
Decimal135861590.150.4600.38280.2729.848.04
Hex87569FF2E0261181e30
Octal20712623717560464303660
Binary100001111010110100111111111101110010011010001100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,86,159); }

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

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

 a { background-color: rgb(135,86,159); }

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

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

 span { border-color: rgb(135,86,159); }

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