Html Css Color HEX #9386DB Medium Purple

📋 copy color: '#9386DB'

red 147 ◦ green 134 ◦ blue 219

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

Shades of Medium Purple #9386DB

Tints of Medium Purple #9386DB

RGB

 RED value IS 147 (57.81% from 255) = 29.4%

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

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

R = 29.4%
G = 26.8%
B = 43.8%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9386DB (or 0x9386DB) is known color: Medium Purple. HEX triplet: 93, 86 and DB. RGB value is (147,134,219). Sum of RGB (Red+Green+Blue) = 147+134+219=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #9386DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9386DB is #6C7924. Grayscale: #939393. Windows color (decimal): -7108901 or 14386835. OLE color: 14386835.

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

Color convert

RGB 147 134 219 -
CMYK 0.33 0.39 0 0.14
HSL 249.18º 0.54% 0.69% -
HSV(B) 249.18º 0.39% 0.86% -
XYZ 33.34 28.37 70.74 -
YUV 147.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 147 134 219 0.33 0.39 0 0.14 249.18 0.54 0.69
Hex 93 86 DB 21 27 0 E F9 36 45
Octal 223 206 333 41 47 0 16 371 66 105
Binary 10010011 10000110 11011011 100001 100111 0 1110 11111001 110110 1000101

Color Harmonies of #9386DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9386DB

Black with #9386DB

Text Example


Text Example

White with #9386DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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