#87509F

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

Shades of Studio #87509F

Tints of Studio #87509F

Color information

#87509F (or 0x87509F) is unknown color: approx Studio. HEX triplet: 87, 50 and 9F. RGB value is (135,80,159). Sum of RGB (Red+Green+Blue) = 135+80+159=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #87509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87509F is #78AF60. Grayscale: #696969. Windows color (decimal): -7909217 or 10440839. OLE color: 10440839.

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

Color convert

RGB13580159-
CMYK0.150.5000.38
HSL281.77º33.05%46.86%-
HSV(B)281.77º49.69%62.35%-
XYZ19.1213.3934.38-
YUV105.45158.22149.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=36.10%
G=21.39%
B=42.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135801590.150.5000.38281.7733.0546.86
Hex87509FF3202611a212f
Octal20712023717620464324157
Binary1000011110100001001111111111100100100110100011010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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