Html Css Color HEX #9386DA Medium Purple

📋 copy color: '#9386DA'

red 147 ◦ green 134 ◦ blue 218

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

Shades of Medium Purple #9386DA

Tints of Medium Purple #9386DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 29.46%
G = 26.85%
B = 43.69%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9386DA (or 0x9386DA) is known color: Medium Purple. HEX triplet: 93, 86 and DA. RGB value is (147,134,218). Sum of RGB (Red+Green+Blue) = 147+134+218=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #9386DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9386DA is #6C7925. Grayscale: #939393. Windows color (decimal): -7108902 or 14321299. OLE color: 14321299.

HSL color Cylindrical-coordinate representation of color #9386DA: hue angle of 249.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9386DA is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 134 218 -
CMYK 0.33 0.39 0 0.15
HSL 249.29º 0.53% 0.69% -
HSV(B) 249.29º 0.39% 0.85% -
XYZ 33.21 28.32 70.04 -
YUV 147.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 147 134 218 0.33 0.39 0 0.15 249.29 0.53 0.69
Hex 93 86 DA 21 27 0 F F9 35 45
Octal 223 206 332 41 47 0 17 371 65 105
Binary 10010011 10000110 11011010 100001 100111 0 1111 11111001 110101 1000101

Color Harmonies of #9386DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9386DA

Black with #9386DA

Text Example


Text Example

White with #9386DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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