Html Css Color HEX #87519F Studio

📋 copy color: '#87519F'

red 135 ◦ green 81 ◦ blue 159

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

Shades of Studio #87519F

Tints of Studio #87519F

RGB

 RED value IS 135 (53.13% 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 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

#87519F (or 0x87519F) is known color: 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

RGB 135 81 159 -
CMYK 0.15 0.49 0 0.38
HSL 281.54º 0.33% 0.47% -
HSV(B) 281.54º 0.49% 0.62% -
XYZ 19.19 13.54 34.4 -
YUV 106.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 135 81 159 0.15 0.49 0 0.38 281.54 0.33 0.47
Hex 87 51 9F F 31 0 26 11A 20 2F
Octal 207 121 237 17 61 0 46 432 40 57
Binary 10000111 1010001 10011111 1111 110001 0 100110 100011010 100000 101111

Color Harmonies of #87519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87519F

Black with #87519F

Text Example


Text Example

White with #87519F

Text Example


Text Example

HTML Codes & Css Web 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>