Html Css Color HEX #9378D7 Medium Purple

📋 copy color: '#9378D7'

red 147 ◦ green 120 ◦ blue 215

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

Shades of Medium Purple #9378D7

Tints of Medium Purple #9378D7

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.9%

 BLUE value IS 215 (84.38% from 255) = 44.61%

R = 30.5%
G = 24.9%
B = 44.61%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9378D7 (or 0x9378D7) is known color: Medium Purple. HEX triplet: 93, 78 and D7. RGB value is (147,120,215). Sum of RGB (Red+Green+Blue) = 147+120+215=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #9378D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9378D7 is #6C8728. Grayscale: #8A8A8A. Windows color (decimal): -7112489 or 14121107. OLE color: 14121107.

HSL color Cylindrical-coordinate representation of color #9378D7: hue angle of 257.05º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9378D7 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 120 215 -
CMYK 0.32 0.44 0 0.16
HSL 257.05º 0.54% 0.66% -
HSV(B) 257.05º 0.44% 0.84% -
XYZ 31.01 24.54 67.39 -
YUV 138.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 147 120 215 0.32 0.44 0 0.16 257.05 0.54 0.66
Hex 93 78 D7 20 2C 0 10 101 36 42
Octal 223 170 327 40 54 0 20 401 66 102
Binary 10010011 1111000 11010111 100000 101100 0 10000 100000001 110110 1000010

Color Harmonies of #9378D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9378D7

Black with #9378D7

Text Example


Text Example

White with #9378D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9378D7; }

 p { color: rgb(147,120,215); }

 H1.HeaderClassName
 {
   color: #9378D7;
 }
 .AnyTagClassName
 {
   color: #9378D7;
 }
</style>

background-color css

<style>
 a { background-color: #9378D7; }

 a { background-color: rgb(147,120,215); }

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

border-color css

<style>
 span { border-color: #9378D7; }

 span { border-color: rgb(147,120,215); }

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