Html Css Color HEX #9586DD Medium Purple

📋 copy color: '#9586DD'

red 149 ◦ green 134 ◦ blue 221

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

Shades of Medium Purple #9586DD

Tints of Medium Purple #9586DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 29.56%
G = 26.59%
B = 43.85%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9586DD (or 0x9586DD) is known color: Medium Purple. HEX triplet: 95, 86 and DD. RGB value is (149,134,221). Sum of RGB (Red+Green+Blue) = 149+134+221=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #9586DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9586DD is #6A7922. Grayscale: #949494. Windows color (decimal): -6977827 or 14517909. OLE color: 14517909.

HSL color Cylindrical-coordinate representation of color #9586DD: hue angle of 250.34º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9586DD is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 134 221 -
CMYK 0.33 0.39 0 0.13
HSL 250.34º 0.56% 0.7% -
HSV(B) 250.34º 0.39% 0.87% -
XYZ 33.97 28.66 72.15 -
YUV 148.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 149 134 221 0.33 0.39 0 0.13 250.34 0.56 0.7
Hex 95 86 DD 21 27 0 D FA 38 46
Octal 225 206 335 41 47 0 15 372 70 106
Binary 10010101 10000110 11011101 100001 100111 0 1101 11111010 111000 1000110

Color Harmonies of #9586DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9586DD

Black with #9586DD

Text Example


Text Example

White with #9586DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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