Html Css Color HEX #9353F3 Medium Purple

📋 copy color: '#9353F3'

red 147 ◦ green 83 ◦ blue 243

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

Shades of Medium Purple #9353F3

Tints of Medium Purple #9353F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.37%

R = 31.08%
G = 17.55%
B = 51.37%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9353F3 (or 0x9353F3) is known color: Medium Purple. HEX triplet: 93, 53 and F3. RGB value is (147,83,243). Sum of RGB (Red+Green+Blue) = 147+83+243=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #9353F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9353F3 is #6CAC0C. Grayscale: #777777. Windows color (decimal): -7121933 or 15946643. OLE color: 15946643.

HSL color Cylindrical-coordinate representation of color #9353F3: hue angle of 264º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9353F3 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 83 243 -
CMYK 0.40 0.66 0 0.05
HSL 264º 0.87% 0.64% -
HSV(B) 264º 0.66% 0.95% -
XYZ 31.3 18.86 86.78 -
YUV 120.38 197.2 146.99 -
System Red Green Blue C M Y K H S L
Decimal 147 83 243 0.40 0.66 0 0.05 264 0.87 0.64
Hex 93 53 F3 28 42 0 5 108 57 40
Octal 223 123 363 50 102 0 5 410 127 100
Binary 10010011 1010011 11110011 101000 1000010 0 101 100001000 1010111 1000000

Color Harmonies of #9353F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9353F3

Black with #9353F3

Text Example


Text Example

White with #9353F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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