Html Css Color HEX #9586EC Medium Purple

📋 copy color: '#9586EC'

red 149 ◦ green 134 ◦ blue 236

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

Shades of Medium Purple #9586EC

Tints of Medium Purple #9586EC

RGB

 RED value IS 149 (58.59% from 255) = 28.71%

 GREEN value IS 134 (52.73% from 255) = 25.82%

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 28.71%
G = 25.82%
B = 45.47%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9586EC (or 0x9586EC) is known color: Medium Purple. HEX triplet: 95, 86 and EC. RGB value is (149,134,236). Sum of RGB (Red+Green+Blue) = 149+134+236=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #9586EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9586EC is #6A7913. Grayscale: #959595. Windows color (decimal): -6977812 or 15500949. OLE color: 15500949.

HSL color Cylindrical-coordinate representation of color #9586EC: hue angle of 248.82º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9586EC is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 134 236 -
CMYK 0.37 0.43 0 0.07
HSL 248.82º 0.73% 0.73% -
HSV(B) 248.82º 0.43% 0.93% -
XYZ 36.06 29.5 83.15 -
YUV 150.11 176.47 127.21 -
System Red Green Blue C M Y K H S L
Decimal 149 134 236 0.37 0.43 0 0.07 248.82 0.73 0.73
Hex 95 86 EC 25 2B 0 7 F9 49 49
Octal 225 206 354 45 53 0 7 371 111 111
Binary 10010101 10000110 11101100 100101 101011 0 111 11111001 1001001 1001001

Color Harmonies of #9586EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9586EC

Black with #9586EC

Text Example


Text Example

White with #9586EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9586EC; }

 p { color: rgb(149,134,236); }

 H1.HeaderClassName
 {
   color: #9586EC;
 }
 .AnyTagClassName
 {
   color: #9586EC;
 }
</style>

background-color css

<style>
 a { background-color: #9586EC; }

 a { background-color: rgb(149,134,236); }

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

border-color css

<style>
 span { border-color: #9586EC; }

 span { border-color: rgb(149,134,236); }

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