Html Css Color HEX #9353EE Medium Purple

📋 copy color: '#9353EE'

red 147 ◦ green 83 ◦ blue 238

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

Shades of Medium Purple #9353EE

Tints of Medium Purple #9353EE

RGB

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

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

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

R = 31.41%
G = 17.74%
B = 50.85%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9353EE (or 0x9353EE) is known color: Medium Purple. HEX triplet: 93, 53 and EE. RGB value is (147,83,238). Sum of RGB (Red+Green+Blue) = 147+83+238=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #9353EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9353EE is #6CAC11. Grayscale: #777777. Windows color (decimal): -7121938 or 15618963. OLE color: 15618963.

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

Color convert

RGB 147 83 238 -
CMYK 0.38 0.65 0 0.07
HSL 264.77º 0.82% 0.63% -
HSV(B) 264.77º 0.65% 0.93% -
XYZ 30.56 18.56 82.86 -
YUV 119.81 194.7 147.4 -
System Red Green Blue C M Y K H S L
Decimal 147 83 238 0.38 0.65 0 0.07 264.77 0.82 0.63
Hex 93 53 EE 26 41 0 7 109 52 3F
Octal 223 123 356 46 101 0 7 411 122 77
Binary 10010011 1010011 11101110 100110 1000001 0 111 100001001 1010010 111111

Color Harmonies of #9353EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9353EE

Black with #9353EE

Text Example


Text Example

White with #9353EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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