Html Css Color HEX #9352F1 Medium Purple

📋 copy color: '#9352F1'

red 147 ◦ green 82 ◦ blue 241

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

Shades of Medium Purple #9352F1

Tints of Medium Purple #9352F1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.45%

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

R = 31.28%
G = 17.45%
B = 51.28%

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

#9352F1 (or 0x9352F1) is known color: Medium Purple. HEX triplet: 93, 52 and F1. RGB value is (147,82,241). Sum of RGB (Red+Green+Blue) = 147+82+241=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #9352F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9352F1 is #6CAD0E. Grayscale: #767676. Windows color (decimal): -7122191 or 15815315. OLE color: 15815315.

HSL color Cylindrical-coordinate representation of color #9352F1: hue angle of 264.53º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9352F1 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 82 241 -
CMYK 0.39 0.66 0 0.05
HSL 264.53º 0.85% 0.63% -
HSV(B) 264.53º 0.66% 0.95% -
XYZ 30.93 18.59 85.18 -
YUV 119.56 196.53 147.57 -
System Red Green Blue C M Y K H S L
Decimal 147 82 241 0.39 0.66 0 0.05 264.53 0.85 0.63
Hex 93 52 F1 27 42 0 5 109 55 3F
Octal 223 122 361 47 102 0 5 411 125 77
Binary 10010011 1010010 11110001 100111 1000010 0 101 100001001 1010101 111111

Color Harmonies of #9352F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9352F1

Black with #9352F1

Text Example


Text Example

White with #9352F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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