Html Css Color HEX #9386E8 Medium Purple

📋 copy color: '#9386E8'

red 147 ◦ green 134 ◦ blue 232

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

Shades of Medium Purple #9386E8

Tints of Medium Purple #9386E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.22%

R = 28.65%
G = 26.12%
B = 45.22%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9386E8 (or 0x9386E8) is known color: Medium Purple. HEX triplet: 93, 86 and E8. RGB value is (147,134,232). Sum of RGB (Red+Green+Blue) = 147+134+232=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #9386E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9386E8 is #6C7917. Grayscale: #949494. Windows color (decimal): -7108888 or 15238803. OLE color: 15238803.

HSL color Cylindrical-coordinate representation of color #9386E8: hue angle of 247.96º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9386E8 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 134 232 -
CMYK 0.37 0.42 0 0.09
HSL 247.96º 0.68% 0.72% -
HSV(B) 247.96º 0.42% 0.91% -
XYZ 35.12 29.08 80.11 -
YUV 149.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 147 134 232 0.37 0.42 0 0.09 247.96 0.68 0.72
Hex 93 86 E8 25 2A 0 9 F8 44 48
Octal 223 206 350 45 52 0 11 370 104 110
Binary 10010011 10000110 11101000 100101 101010 0 1001 11111000 1000100 1001000

Color Harmonies of #9386E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9386E8

Black with #9386E8

Text Example


Text Example

White with #9386E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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