Html Css Color HEX #87519E Studio

📋 copy color: '#87519E'

red 135 ◦ green 81 ◦ blue 158

#87519E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #87519E

Tints of Studio #87519E

RGB

 RED value IS 135 (53.13% from 255) = 36.1%

 GREEN value IS 81 (32.03% from 255) = 21.66%

 BLUE value IS 158 (62.11% from 255) = 42.25%

R = 36.1%
G = 21.66%
B = 42.25%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87519E (or 0x87519E) is known color: Studio. HEX triplet: 87, 51 and 9E. RGB value is (135,81,158). Sum of RGB (Red+Green+Blue) = 135+81+158=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #87519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87519E is #78AE61. Grayscale: #696969. Windows color (decimal): -7908962 or 10375559. OLE color: 10375559.

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

Color convert

RGB 135 81 158 -
CMYK 0.15 0.49 0 0.38
HSL 282.08º 0.32% 0.47% -
HSV(B) 282.08º 0.49% 0.62% -
XYZ 19.11 13.5 33.95 -
YUV 105.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 135 81 158 0.15 0.49 0 0.38 282.08 0.32 0.47
Hex 87 51 9E F 31 0 26 11A 20 2F
Octal 207 121 236 17 61 0 46 432 40 57
Binary 10000111 1010001 10011110 1111 110001 0 100110 100011010 100000 101111

Color Harmonies of #87519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87519E

Black with #87519E

Text Example


Text Example

White with #87519E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87519E;
 }
 .AnyTagClassName
 {
   color: #87519E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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