Html Css Color HEX #9379D7 Medium Purple

📋 copy color: '#9379D7'

red 147 ◦ green 121 ◦ blue 215

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

Shades of Medium Purple #9379D7

Tints of Medium Purple #9379D7

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.05%

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

R = 30.43%
G = 25.05%
B = 44.51%

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

#9379D7 (or 0x9379D7) is known color: Medium Purple. HEX triplet: 93, 79 and D7. RGB value is (147,121,215). Sum of RGB (Red+Green+Blue) = 147+121+215=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 215 - color contains mainly: blue. Hex color #9379D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9379D7 is #6C8628. Grayscale: #8B8B8B. Windows color (decimal): -7112233 or 14121363. OLE color: 14121363.

HSL color Cylindrical-coordinate representation of color #9379D7: hue angle of 256.6º 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 #9379D7 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 121 215 -
CMYK 0.32 0.44 0 0.16
HSL 256.6º 0.54% 0.66% -
HSV(B) 256.6º 0.44% 0.84% -
XYZ 31.14 24.78 67.43 -
YUV 139.49 170.61 133.36 -
System Red Green Blue C M Y K H S L
Decimal 147 121 215 0.32 0.44 0 0.16 256.6 0.54 0.66
Hex 93 79 D7 20 2C 0 10 101 36 42
Octal 223 171 327 40 54 0 20 401 66 102
Binary 10010011 1111001 11010111 100000 101100 0 10000 100000001 110110 1000010

Color Harmonies of #9379D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9379D7

Black with #9379D7

Text Example


Text Example

White with #9379D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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