Html Css Color HEX #9586DB Medium Purple

📋 copy color: '#9586DB'

red 149 ◦ green 134 ◦ blue 219

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

Shades of Medium Purple #9586DB

Tints of Medium Purple #9586DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 29.68%
G = 26.69%
B = 43.63%

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

#9586DB (or 0x9586DB) is known color: Medium Purple. HEX triplet: 95, 86 and DB. RGB value is (149,134,219). Sum of RGB (Red+Green+Blue) = 149+134+219=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #9586DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9586DB is #6A7924. Grayscale: #939393. Windows color (decimal): -6977829 or 14386837. OLE color: 14386837.

HSL color Cylindrical-coordinate representation of color #9586DB: hue angle of 250.59º degrees, saturation: 0.54, 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 #9586DB is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 134 219 -
CMYK 0.32 0.39 0 0.14
HSL 250.59º 0.54% 0.69% -
HSV(B) 250.59º 0.39% 0.86% -
XYZ 33.71 28.55 70.75 -
YUV 148.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 149 134 219 0.32 0.39 0 0.14 250.59 0.54 0.69
Hex 95 86 DB 20 27 0 E FB 36 45
Octal 225 206 333 40 47 0 16 373 66 105
Binary 10010101 10000110 11011011 100000 100111 0 1110 11111011 110110 1000101

Color Harmonies of #9586DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9586DB

Black with #9586DB

Text Example


Text Example

White with #9586DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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