Html Css Color HEX #86559F Studio

📋 copy color: '#86559F'

red 134 ◦ green 85 ◦ blue 159

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

Shades of Studio #86559F

Tints of Studio #86559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.49%

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

R = 35.45%
G = 22.49%
B = 42.06%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86559F (or 0x86559F) is known color: Studio. HEX triplet: 86, 55 and 9F. RGB value is (134,85,159). Sum of RGB (Red+Green+Blue) = 134+85+159=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #86559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86559F is #79AA60. Grayscale: #6B6B6B. Windows color (decimal): -7973473 or 10442118. OLE color: 10442118.

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

Color convert

RGB 134 85 159 -
CMYK 0.16 0.47 0 0.38
HSL 279.73º 0.3% 0.48% -
HSV(B) 279.73º 0.47% 0.62% -
XYZ 19.34 14.07 34.5 -
YUV 108.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 134 85 159 0.16 0.47 0 0.38 279.73 0.3 0.48
Hex 86 55 9F 10 2F 0 26 118 1E 30
Octal 206 125 237 20 57 0 46 430 36 60
Binary 10000110 1010101 10011111 10000 101111 0 100110 100011000 11110 110000

Color Harmonies of #86559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86559F

Black with #86559F

Text Example


Text Example

White with #86559F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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