Html Css Color HEX #86509D Studio

📋 copy color: '#86509D'

red 134 ◦ green 80 ◦ blue 157

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

Shades of Studio #86509D

Tints of Studio #86509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

 BLUE value IS 157 (61.72% from 255) = 42.32%

R = 36.12%
G = 21.56%
B = 42.32%

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

#86509D (or 0x86509D) is known color: Studio. HEX triplet: 86, 50 and 9D. RGB value is (134,80,157). Sum of RGB (Red+Green+Blue) = 134+80+157=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #86509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86509D is #79AF62. Grayscale: #686868. Windows color (decimal): -7974755 or 10309766. OLE color: 10309766.

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

Color convert

RGB 134 80 157 -
CMYK 0.15 0.49 0 0.38
HSL 282.08º 0.32% 0.46% -
HSV(B) 282.08º 0.49% 0.62% -
XYZ 18.79 13.24 33.46 -
YUV 104.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 134 80 157 0.15 0.49 0 0.38 282.08 0.32 0.46
Hex 86 50 9D F 31 0 26 11A 20 2E
Octal 206 120 235 17 61 0 46 432 40 56
Binary 10000110 1010000 10011101 1111 110001 0 100110 100011010 100000 101110

Color Harmonies of #86509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86509D

Black with #86509D

Text Example


Text Example

White with #86509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86509D; }

 p { color: rgb(134,80,157); }

 H1.HeaderClassName
 {
   color: #86509D;
 }
 .AnyTagClassName
 {
   color: #86509D;
 }
</style>

background-color css

<style>
 a { background-color: #86509D; }

 a { background-color: rgb(134,80,157); }

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

border-color css

<style>
 span { border-color: #86509D; }

 span { border-color: rgb(134,80,157); }

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