Html Css Color HEX #9350F3 Medium Purple

📋 copy color: '#9350F3'

red 147 ◦ green 80 ◦ blue 243

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

Shades of Medium Purple #9350F3

Tints of Medium Purple #9350F3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.02%

 BLUE value IS 243 (95.31% from 255) = 51.7%

R = 31.28%
G = 17.02%
B = 51.7%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9350F3 (or 0x9350F3) is known color: Medium Purple. HEX triplet: 93, 50 and F3. RGB value is (147,80,243). Sum of RGB (Red+Green+Blue) = 147+80+243=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 243 (95.31% from 255 or 51.70% from 470); Max value from RGB is 243 - color contains mainly: blue. Hex color #9350F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9350F3 is #6CAF0C. Grayscale: #767676. Windows color (decimal): -7122701 or 15945875. OLE color: 15945875.

HSL color Cylindrical-coordinate representation of color #9350F3: hue angle of 264.66º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9350F3 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 80 243 -
CMYK 0.40 0.67 0 0.05
HSL 264.66º 0.87% 0.63% -
HSV(B) 264.66º 0.67% 0.95% -
XYZ 31.08 18.41 86.71 -
YUV 118.62 198.2 148.25 -
System Red Green Blue C M Y K H S L
Decimal 147 80 243 0.40 0.67 0 0.05 264.66 0.87 0.63
Hex 93 50 F3 28 43 0 5 109 57 3F
Octal 223 120 363 50 103 0 5 411 127 77
Binary 10010011 1010000 11110011 101000 1000011 0 101 100001001 1010111 111111

Color Harmonies of #9350F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9350F3

Black with #9350F3

Text Example


Text Example

White with #9350F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9350F3; }

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

 H1.HeaderClassName
 {
   color: #9350F3;
 }
 .AnyTagClassName
 {
   color: #9350F3;
 }
</style>

background-color css

<style>
 a { background-color: #9350F3; }

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

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

border-color css

<style>
 span { border-color: #9350F3; }

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

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