#87519F

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

Shades of Studio #87519F

Tints of Studio #87519F

Color information

#87519F (or 0x87519F) is unknown color: approx Studio. HEX triplet: 87, 51 and 9F. RGB value is (135,81,159). Sum of RGB (Red+Green+Blue) = 135+81+159=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #87519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87519F is #78AE60. Grayscale: #696969. Windows color (decimal): -7908961 or 10441095. OLE color: 10441095.

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

Color convert

RGB13581159-
CMYK0.150.4900.38
HSL281.54º32.5%47.06%-
HSV(B)281.54º49.06%62.35%-
XYZ19.1913.5434.4-
YUV106.04157.89148.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=36%
G=21.6%
B=42.4%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135811590.150.4900.38281.5432.547.06
Hex87519FF3102611a202f
Octal20712123717610464324057
Binary1000011110100011001111111111100010100110100011010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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