Html Css Color HEX #9386DE Medium Purple

📋 copy color: '#9386DE'

red 147 ◦ green 134 ◦ blue 222

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

Shades of Medium Purple #9386DE

Tints of Medium Purple #9386DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 29.22%
G = 26.64%
B = 44.14%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9386DE (or 0x9386DE) is known color: Medium Purple. HEX triplet: 93, 86 and DE. RGB value is (147,134,222). Sum of RGB (Red+Green+Blue) = 147+134+222=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #9386DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9386DE is #6C7921. Grayscale: #939393. Windows color (decimal): -7108898 or 14583443. OLE color: 14583443.

HSL color Cylindrical-coordinate representation of color #9386DE: hue angle of 248.86º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9386DE is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 134 222 -
CMYK 0.34 0.40 0 0.13
HSL 248.86º 0.57% 0.7% -
HSV(B) 248.86º 0.4% 0.87% -
XYZ 33.74 28.53 72.84 -
YUV 147.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 147 134 222 0.34 0.40 0 0.13 248.86 0.57 0.7
Hex 93 86 DE 22 28 0 D F9 39 46
Octal 223 206 336 42 50 0 15 371 71 106
Binary 10010011 10000110 11011110 100010 101000 0 1101 11111001 111001 1000110

Color Harmonies of #9386DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9386DE

Black with #9386DE

Text Example


Text Example

White with #9386DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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