Html Css Color HEX #9363EA Medium Purple

📋 copy color: '#9363EA'

red 147 ◦ green 99 ◦ blue 234

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

Shades of Medium Purple #9363EA

Tints of Medium Purple #9363EA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.63%

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 30.63%
G = 20.63%
B = 48.75%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9363EA (or 0x9363EA) is known color: Medium Purple. HEX triplet: 93, 63 and EA. RGB value is (147,99,234). Sum of RGB (Red+Green+Blue) = 147+99+234=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #9363EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9363EA is #6C9C15. Grayscale: #808080. Windows color (decimal): -7117846 or 15360915. OLE color: 15360915.

HSL color Cylindrical-coordinate representation of color #9363EA: hue angle of 261.33º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9363EA is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 99 234 -
CMYK 0.37 0.58 0 0.08
HSL 261.33º 0.76% 0.65% -
HSV(B) 261.33º 0.58% 0.92% -
XYZ 31.35 21.07 80.26 -
YUV 128.74 187.4 141.02 -
System Red Green Blue C M Y K H S L
Decimal 147 99 234 0.37 0.58 0 0.08 261.33 0.76 0.65
Hex 93 63 EA 25 3A 0 8 105 4C 41
Octal 223 143 352 45 72 0 10 405 114 101
Binary 10010011 1100011 11101010 100101 111010 0 1000 100000101 1001100 1000001

Color Harmonies of #9363EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9363EA

Black with #9363EA

Text Example


Text Example

White with #9363EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9363EA; }

 p { color: rgb(147,99,234); }

 H1.HeaderClassName
 {
   color: #9363EA;
 }
 .AnyTagClassName
 {
   color: #9363EA;
 }
</style>

background-color css

<style>
 a { background-color: #9363EA; }

 a { background-color: rgb(147,99,234); }

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

border-color css

<style>
 span { border-color: #9363EA; }

 span { border-color: rgb(147,99,234); }

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