Html Css Color HEX #9361EA Medium Purple

📋 copy color: '#9361EA'

red 147 ◦ green 97 ◦ blue 234

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

Shades of Medium Purple #9361EA

Tints of Medium Purple #9361EA

RGB

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

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

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

R = 30.75%
G = 20.29%
B = 48.95%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9361EA (or 0x9361EA) is known color: Medium Purple. HEX triplet: 93, 61 and EA. RGB value is (147,97,234). Sum of RGB (Red+Green+Blue) = 147+97+234=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #9361EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9361EA is #6C9E15. Grayscale: #7F7F7F. Windows color (decimal): -7118358 or 15360403. OLE color: 15360403.

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

Color convert

RGB 147 97 234 -
CMYK 0.37 0.59 0 0.08
HSL 261.9º 0.77% 0.65% -
HSV(B) 261.9º 0.59% 0.92% -
XYZ 31.16 20.69 80.19 -
YUV 127.57 188.07 141.86 -
System Red Green Blue C M Y K H S L
Decimal 147 97 234 0.37 0.59 0 0.08 261.9 0.77 0.65
Hex 93 61 EA 25 3B 0 8 106 4D 41
Octal 223 141 352 45 73 0 10 406 115 101
Binary 10010011 1100001 11101010 100101 111011 0 1000 100000110 1001101 1000001

Color Harmonies of #9361EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9361EA

Black with #9361EA

Text Example


Text Example

White with #9361EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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