Html Css Color HEX #9350EA Medium Purple

📋 copy color: '#9350EA'

red 147 ◦ green 80 ◦ blue 234

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

Shades of Medium Purple #9350EA

Tints of Medium Purple #9350EA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.35%

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

R = 31.89%
G = 17.35%
B = 50.76%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9350EA (or 0x9350EA) is known color: Medium Purple. HEX triplet: 93, 50 and EA. RGB value is (147,80,234). Sum of RGB (Red+Green+Blue) = 147+80+234=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #9350EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9350EA is #6CAF15. Grayscale: #757575. Windows color (decimal): -7122710 or 15356051. OLE color: 15356051.

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

Color convert

RGB 147 80 234 -
CMYK 0.37 0.66 0 0.08
HSL 266.1º 0.79% 0.62% -
HSV(B) 266.1º 0.66% 0.92% -
XYZ 29.75 17.88 79.73 -
YUV 117.59 193.7 148.98 -
System Red Green Blue C M Y K H S L
Decimal 147 80 234 0.37 0.66 0 0.08 266.1 0.79 0.62
Hex 93 50 EA 25 42 0 8 10A 4F 3E
Octal 223 120 352 45 102 0 10 412 117 76
Binary 10010011 1010000 11101010 100101 1000010 0 1000 100001010 1001111 111110

Color Harmonies of #9350EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9350EA

Black with #9350EA

Text Example


Text Example

White with #9350EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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