#87549E

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

Shades of Studio #87549E

Tints of Studio #87549E

Color information

#87549E (or 0x87549E) is unknown color: approx Studio. HEX triplet: 87, 54 and 9E. RGB value is (135,84,158). Sum of RGB (Red+Green+Blue) = 135+84+158=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #87549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87549E is #78AB61. Grayscale: #6B6B6B. Windows color (decimal): -7908194 or 10376327. OLE color: 10376327.

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

Color convert

RGB13584158-
CMYK0.150.4700.38
HSL281.35º30.58%47.45%-
HSV(B)281.35º46.84%61.96%-
XYZ19.3313.9634.02-
YUV107.68156.4147.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=35.81%
G=22.28%
B=41.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135841580.150.4700.38281.3530.5847.45
Hex87549EF2F0261191f2f
Octal20712423617570464313757
Binary100001111010100100111101111101111010011010001100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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