Html Css Color HEX #9370F0 Medium Purple

📋 copy color: '#9370F0'

red 147 ◦ green 112 ◦ blue 240

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

Shades of Medium Purple #9370F0

Tints of Medium Purple #9370F0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.44%

 BLUE value IS 240 (94.14% from 255) = 48.1%

R = 29.46%
G = 22.44%
B = 48.1%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9370F0 (or 0x9370F0) is known color: Medium Purple. HEX triplet: 93, 70 and F0. RGB value is (147,112,240). Sum of RGB (Red+Green+Blue) = 147+112+240=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #9370F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9370F0 is #6C8F0F. Grayscale: #888888. Windows color (decimal): -7114512 or 15757459. OLE color: 15757459.

HSL color Cylindrical-coordinate representation of color #9370F0: hue angle of 256.41º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9370F0 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 112 240 -
CMYK 0.39 0.53 0 0.06
HSL 256.41º 0.81% 0.69% -
HSV(B) 256.41º 0.53% 0.94% -
XYZ 33.55 24.08 85.32 -
YUV 137.06 186.1 135.09 -
System Red Green Blue C M Y K H S L
Decimal 147 112 240 0.39 0.53 0 0.06 256.41 0.81 0.69
Hex 93 70 F0 27 35 0 6 100 51 45
Octal 223 160 360 47 65 0 6 400 121 105
Binary 10010011 1110000 11110000 100111 110101 0 110 100000000 1010001 1000101

Color Harmonies of #9370F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9370F0

Black with #9370F0

Text Example


Text Example

White with #9370F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9370F0; }

 p { color: rgb(147,112,240); }

 H1.HeaderClassName
 {
   color: #9370F0;
 }
 .AnyTagClassName
 {
   color: #9370F0;
 }
</style>

background-color css

<style>
 a { background-color: #9370F0; }

 a { background-color: rgb(147,112,240); }

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

border-color css

<style>
 span { border-color: #9370F0; }

 span { border-color: rgb(147,112,240); }

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