#87569E

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

Shades of Studio #87569E

Tints of Studio #87569E

Color information

#87569E (or 0x87569E) is unknown color: approx Studio. HEX triplet: 87, 56 and 9E. RGB value is (135,86,158). Sum of RGB (Red+Green+Blue) = 135+86+158=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #87569E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87569E is #78A961. Grayscale: #6C6C6C. Windows color (decimal): -7907682 or 10376839. OLE color: 10376839.

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

Color convert

RGB13586158-
CMYK0.150.4600.38
HSL280.83º29.51%47.84%-
HSV(B)280.83º45.57%61.96%-
XYZ19.4914.2834.08-
YUV108.86155.73146.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.62%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=35.62%
G=22.69%
B=41.69%

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
Decimal135861580.150.4600.38280.8329.5147.84
Hex87569EF2E0261191e30
Octal20712623617560464313660
Binary100001111010110100111101111101110010011010001100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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