Html Css Color HEX #86519F Studio

📋 copy color: '#86519F'

red 134 ◦ green 81 ◦ blue 159

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

Shades of Studio #86519F

Tints of Studio #86519F

RGB

 RED value IS 134 (52.73% from 255) = 35.83%

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

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 35.83%
G = 21.66%
B = 42.51%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86519F (or 0x86519F) is known color: Studio. HEX triplet: 86, 51 and 9F. RGB value is (134,81,159). Sum of RGB (Red+Green+Blue) = 134+81+159=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 81 (32.03% from 255 or 21.66% 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 #86519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86519F is #79AE60. Grayscale: #696969. Windows color (decimal): -7974497 or 10441094. OLE color: 10441094.

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

Color convert

RGB 134 81 159 -
CMYK 0.16 0.49 0 0.38
HSL 280.77º 0.33% 0.47% -
HSV(B) 280.77º 0.49% 0.62% -
XYZ 19.03 13.46 34.4 -
YUV 105.74 158.06 148.16 -
System Red Green Blue C M Y K H S L
Decimal 134 81 159 0.16 0.49 0 0.38 280.77 0.33 0.47
Hex 86 51 9F 10 31 0 26 119 20 2F
Octal 206 121 237 20 61 0 46 431 40 57
Binary 10000110 1010001 10011111 10000 110001 0 100110 100011001 100000 101111

Color Harmonies of #86519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86519F

Black with #86519F

Text Example


Text Example

White with #86519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86519F;
 }
 .AnyTagClassName
 {
   color: #86519F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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