Html Css Color HEX #9353EB Medium Purple

📋 copy color: '#9353EB'

red 147 ◦ green 83 ◦ blue 235

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

Shades of Medium Purple #9353EB

Tints of Medium Purple #9353EB

RGB

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

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

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

R = 31.61%
G = 17.85%
B = 50.54%

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

#9353EB (or 0x9353EB) is known color: Medium Purple. HEX triplet: 93, 53 and EB. RGB value is (147,83,235). Sum of RGB (Red+Green+Blue) = 147+83+235=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #9353EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9353EB is #6CAC14. Grayscale: #767676. Windows color (decimal): -7121941 or 15422355. OLE color: 15422355.

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

Color convert

RGB 147 83 235 -
CMYK 0.37 0.65 0 0.08
HSL 265.26º 0.79% 0.62% -
HSV(B) 265.26º 0.65% 0.92% -
XYZ 30.12 18.39 80.56 -
YUV 119.46 193.2 147.64 -
System Red Green Blue C M Y K H S L
Decimal 147 83 235 0.37 0.65 0 0.08 265.26 0.79 0.62
Hex 93 53 EB 25 41 0 8 109 4F 3E
Octal 223 123 353 45 101 0 10 411 117 76
Binary 10010011 1010011 11101011 100101 1000001 0 1000 100001001 1001111 111110

Color Harmonies of #9353EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9353EB

Black with #9353EB

Text Example


Text Example

White with #9353EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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