Html Css Color HEX #9351F1 Medium Purple

📋 copy color: '#9351F1'

red 147 ◦ green 81 ◦ blue 241

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

Shades of Medium Purple #9351F1

Tints of Medium Purple #9351F1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.27%

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

R = 31.34%
G = 17.27%
B = 51.39%

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

#9351F1 (or 0x9351F1) is known color: Medium Purple. HEX triplet: 93, 51 and F1. RGB value is (147,81,241). Sum of RGB (Red+Green+Blue) = 147+81+241=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #9351F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9351F1 is #6CAE0E. Grayscale: #767676. Windows color (decimal): -7122447 or 15815059. OLE color: 15815059.

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

Color convert

RGB 147 81 241 -
CMYK 0.39 0.66 0 0.05
HSL 264.75º 0.85% 0.63% -
HSV(B) 264.75º 0.66% 0.95% -
XYZ 30.85 18.44 85.15 -
YUV 118.97 196.87 147.99 -
System Red Green Blue C M Y K H S L
Decimal 147 81 241 0.39 0.66 0 0.05 264.75 0.85 0.63
Hex 93 51 F1 27 42 0 5 109 55 3F
Octal 223 121 361 47 102 0 5 411 125 77
Binary 10010011 1010001 11110001 100111 1000010 0 101 100001001 1010101 111111

Color Harmonies of #9351F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9351F1

Black with #9351F1

Text Example


Text Example

White with #9351F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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