Html Css Color HEX #9353F1 Medium Purple

📋 copy color: '#9353F1'

red 147 ◦ green 83 ◦ blue 241

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

Shades of Medium Purple #9353F1

Tints of Medium Purple #9353F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.17%

R = 31.21%
G = 17.62%
B = 51.17%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9353F1 (or 0x9353F1) is known color: Medium Purple. HEX triplet: 93, 53 and F1. RGB value is (147,83,241). Sum of RGB (Red+Green+Blue) = 147+83+241=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #9353F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9353F1 is #6CAC0E. Grayscale: #777777. Windows color (decimal): -7121935 or 15815571. OLE color: 15815571.

HSL color Cylindrical-coordinate representation of color #9353F1: hue angle of 264.3º degrees, saturation: 0.85, 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 #9353F1 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 83 241 -
CMYK 0.39 0.66 0 0.05
HSL 264.3º 0.85% 0.64% -
HSV(B) 264.3º 0.66% 0.95% -
XYZ 31 18.74 85.2 -
YUV 120.15 196.2 147.15 -
System Red Green Blue C M Y K H S L
Decimal 147 83 241 0.39 0.66 0 0.05 264.3 0.85 0.64
Hex 93 53 F1 27 42 0 5 108 55 40
Octal 223 123 361 47 102 0 5 410 125 100
Binary 10010011 1010011 11110001 100111 1000010 0 101 100001000 1010101 1000000

Color Harmonies of #9353F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9353F1

Black with #9353F1

Text Example


Text Example

White with #9353F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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