Html Css Color HEX #9363EB Medium Purple

📋 copy color: '#9363EB'

red 147 ◦ green 99 ◦ blue 235

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

Shades of Medium Purple #9363EB

Tints of Medium Purple #9363EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 30.56%
G = 20.58%
B = 48.86%

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

#9363EB (or 0x9363EB) is known color: Medium Purple. HEX triplet: 93, 63 and EB. RGB value is (147,99,235). Sum of RGB (Red+Green+Blue) = 147+99+235=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #9363EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9363EB is #6C9C14. Grayscale: #808080. Windows color (decimal): -7117845 or 15426451. OLE color: 15426451.

HSL color Cylindrical-coordinate representation of color #9363EB: hue angle of 261.18º degrees, saturation: 0.77, 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 #9363EB is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 99 235 -
CMYK 0.37 0.58 0 0.08
HSL 261.18º 0.77% 0.65% -
HSV(B) 261.18º 0.58% 0.92% -
XYZ 31.49 21.12 81.02 -
YUV 128.86 187.9 140.94 -
System Red Green Blue C M Y K H S L
Decimal 147 99 235 0.37 0.58 0 0.08 261.18 0.77 0.65
Hex 93 63 EB 25 3A 0 8 105 4D 41
Octal 223 143 353 45 72 0 10 405 115 101
Binary 10010011 1100011 11101011 100101 111010 0 1000 100000101 1001101 1000001

Color Harmonies of #9363EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9363EB

Black with #9363EB

Text Example


Text Example

White with #9363EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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