Html Css Color HEX #9353EA Medium Purple

📋 copy color: '#9353EA'

red 147 ◦ green 83 ◦ blue 234

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

Shades of Medium Purple #9353EA

Tints of Medium Purple #9353EA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.89%

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

R = 31.68%
G = 17.89%
B = 50.43%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9353EA (or 0x9353EA) is known color: Medium Purple. HEX triplet: 93, 53 and EA. RGB value is (147,83,234). Sum of RGB (Red+Green+Blue) = 147+83+234=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #9353EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9353EA is #6CAC15. Grayscale: #767676. Windows color (decimal): -7121942 or 15356819. OLE color: 15356819.

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

Color convert

RGB 147 83 234 -
CMYK 0.37 0.65 0 0.08
HSL 265.43º 0.78% 0.62% -
HSV(B) 265.43º 0.65% 0.92% -
XYZ 29.98 18.33 79.8 -
YUV 119.35 192.7 147.72 -
System Red Green Blue C M Y K H S L
Decimal 147 83 234 0.37 0.65 0 0.08 265.43 0.78 0.62
Hex 93 53 EA 25 41 0 8 109 4E 3E
Octal 223 123 352 45 101 0 10 411 116 76
Binary 10010011 1010011 11101010 100101 1000001 0 1000 100001001 1001110 111110

Color Harmonies of #9353EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9353EA

Black with #9353EA

Text Example


Text Example

White with #9353EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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