Html Css Color HEX #9358F1 Medium Purple

📋 copy color: '#9358F1'

red 147 ◦ green 88 ◦ blue 241

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

Shades of Medium Purple #9358F1

Tints of Medium Purple #9358F1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.49%

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

R = 30.88%
G = 18.49%
B = 50.63%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9358F1 (or 0x9358F1) is known color: Medium Purple. HEX triplet: 93, 58 and F1. RGB value is (147,88,241). Sum of RGB (Red+Green+Blue) = 147+88+241=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #9358F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9358F1 is #6CA70E. Grayscale: #7A7A7A. Windows color (decimal): -7120655 or 15816851. OLE color: 15816851.

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

Color convert

RGB 147 88 241 -
CMYK 0.39 0.63 0 0.05
HSL 263.14º 0.85% 0.65% -
HSV(B) 263.14º 0.63% 0.95% -
XYZ 31.4 19.53 85.33 -
YUV 123.08 194.55 145.06 -
System Red Green Blue C M Y K H S L
Decimal 147 88 241 0.39 0.63 0 0.05 263.14 0.85 0.65
Hex 93 58 F1 27 3F 0 5 107 55 41
Octal 223 130 361 47 77 0 5 407 125 101
Binary 10010011 1011000 11110001 100111 111111 0 101 100000111 1010101 1000001

Color Harmonies of #9358F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9358F1

Black with #9358F1

Text Example


Text Example

White with #9358F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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