#9352f3

Color #9352F3 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9352F3

Tints of Medium Purple #9352F3

Color information

#9352F3 (or 0x9352F3) is unknown color: approx Medium Purple. HEX triplet: 93, 52 and F3. RGB value is (147,82,243). Sum of RGB (Red+Green+Blue) = 147+82+243=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #9352F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9352F3 is #6CAD0C. Grayscale: #777777. Windows color (decimal): -7122189 or 15946387. OLE color: 15946387.

HSL color Cylindrical-coordinate representation of color #9352F3: hue angle of 264.22º 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 #9352F3 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14782243-
CMYK0.400.6600.05
HSL264.22º87.03%63.73%-
HSV(B)264.22º66.26%95.29%-
XYZ31.2318.7186.76-
YUV119.79197.53147.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.14%
GREEN value IS 82 (32.42% from 255) = 17.37%
BLUE value IS 243 (95.31% from 255) = 51.48%
R=31.14%
G=17.37%
B=51.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal147822430.400.6600.05264.2287.0363.73
Hex9352F32842051085740
Octal2231223635010205410127100
Binary100100111010010111100111010001000010010110000100010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9352f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9352f3; }

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

 H1.HeaderClassName
 {
   color: #9352f3;
 }
 .AnyTagClassName
 {
   color: #9352f3;
 }
</style>
background-color css

<style>
 a { background-color: #9352f3; }

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

 div.DivClassName
 {
   background-color: #9352f3;
 }
 .BgClassName
 {
   background-color: #9352f3;
 }
</style>
border-color css

<style>
 span { border-color: #9352f3; }

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

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