Html Css Color HEX #9361EE Medium Purple

📋 copy color: '#9361EE'

red 147 ◦ green 97 ◦ blue 238

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

Shades of Medium Purple #9361EE

Tints of Medium Purple #9361EE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.12%

 BLUE value IS 238 (93.36% from 255) = 49.38%

R = 30.5%
G = 20.12%
B = 49.38%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9361EE (or 0x9361EE) is known color: Medium Purple. HEX triplet: 93, 61 and EE. RGB value is (147,97,238). Sum of RGB (Red+Green+Blue) = 147+97+238=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #9361EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9361EE is #6C9E11. Grayscale: #7F7F7F. Windows color (decimal): -7118354 or 15622547. OLE color: 15622547.

HSL color Cylindrical-coordinate representation of color #9361EE: hue angle of 261.28º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9361EE is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 97 238 -
CMYK 0.38 0.59 0 0.07
HSL 261.28º 0.81% 0.66% -
HSV(B) 261.28º 0.59% 0.93% -
XYZ 31.74 20.93 83.26 -
YUV 128.02 190.07 141.54 -
System Red Green Blue C M Y K H S L
Decimal 147 97 238 0.38 0.59 0 0.07 261.28 0.81 0.66
Hex 93 61 EE 26 3B 0 7 105 51 42
Octal 223 141 356 46 73 0 7 405 121 102
Binary 10010011 1100001 11101110 100110 111011 0 111 100000101 1010001 1000010

Color Harmonies of #9361EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9361EE

Black with #9361EE

Text Example


Text Example

White with #9361EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9361EE; }

 p { color: rgb(147,97,238); }

 H1.HeaderClassName
 {
   color: #9361EE;
 }
 .AnyTagClassName
 {
   color: #9361EE;
 }
</style>

background-color css

<style>
 a { background-color: #9361EE; }

 a { background-color: rgb(147,97,238); }

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

border-color css

<style>
 span { border-color: #9361EE; }

 span { border-color: rgb(147,97,238); }

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