Html Css Color HEX #9586DC Medium Purple

📋 copy color: '#9586DC'

red 149 ◦ green 134 ◦ blue 220

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

Shades of Medium Purple #9586DC

Tints of Medium Purple #9586DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 29.62%
G = 26.64%
B = 43.74%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9586DC (or 0x9586DC) is known color: Medium Purple. HEX triplet: 95, 86 and DC. RGB value is (149,134,220). Sum of RGB (Red+Green+Blue) = 149+134+220=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #9586DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9586DC is #6A7923. Grayscale: #939393. Windows color (decimal): -6977828 or 14452373. OLE color: 14452373.

HSL color Cylindrical-coordinate representation of color #9586DC: hue angle of 250.47º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9586DC is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 134 220 -
CMYK 0.32 0.39 0 0.14
HSL 250.47º 0.55% 0.69% -
HSV(B) 250.47º 0.39% 0.86% -
XYZ 33.84 28.61 71.45 -
YUV 148.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 149 134 220 0.32 0.39 0 0.14 250.47 0.55 0.69
Hex 95 86 DC 20 27 0 E FA 37 45
Octal 225 206 334 40 47 0 16 372 67 105
Binary 10010101 10000110 11011100 100000 100111 0 1110 11111010 110111 1000101

Color Harmonies of #9586DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9586DC

Black with #9586DC

Text Example


Text Example

White with #9586DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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