Html Css Color HEX #9358EC Medium Purple

📋 copy color: '#9358EC'

red 147 ◦ green 88 ◦ blue 236

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

Shades of Medium Purple #9358EC

Tints of Medium Purple #9358EC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.68%

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 31.21%
G = 18.68%
B = 50.11%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9358EC (or 0x9358EC) is known color: Medium Purple. HEX triplet: 93, 58 and EC. RGB value is (147,88,236). Sum of RGB (Red+Green+Blue) = 147+88+236=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #9358EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9358EC is #6CA713. Grayscale: #797979. Windows color (decimal): -7120660 or 15489171. OLE color: 15489171.

HSL color Cylindrical-coordinate representation of color #9358EC: hue angle of 263.92º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9358EC is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 88 236 -
CMYK 0.38 0.63 0 0.07
HSL 263.92º 0.8% 0.64% -
HSV(B) 263.92º 0.63% 0.93% -
XYZ 30.66 19.24 81.45 -
YUV 122.51 192.05 145.47 -
System Red Green Blue C M Y K H S L
Decimal 147 88 236 0.38 0.63 0 0.07 263.92 0.8 0.64
Hex 93 58 EC 26 3F 0 7 108 50 40
Octal 223 130 354 46 77 0 7 410 120 100
Binary 10010011 1011000 11101100 100110 111111 0 111 100001000 1010000 1000000

Color Harmonies of #9358EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9358EC

Black with #9358EC

Text Example


Text Example

White with #9358EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9358EC; }

 p { color: rgb(147,88,236); }

 H1.HeaderClassName
 {
   color: #9358EC;
 }
 .AnyTagClassName
 {
   color: #9358EC;
 }
</style>

background-color css

<style>
 a { background-color: #9358EC; }

 a { background-color: rgb(147,88,236); }

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

border-color css

<style>
 span { border-color: #9358EC; }

 span { border-color: rgb(147,88,236); }

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