Html Css Color HEX #9379DC Medium Purple

📋 copy color: '#9379DC'

red 147 ◦ green 121 ◦ blue 220

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

Shades of Medium Purple #9379DC

Tints of Medium Purple #9379DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 30.12%
G = 24.8%
B = 45.08%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9379DC (or 0x9379DC) is known color: Medium Purple. HEX triplet: 93, 79 and DC. RGB value is (147,121,220). Sum of RGB (Red+Green+Blue) = 147+121+220=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #9379DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9379DC is #6C8623. Grayscale: #8B8B8B. Windows color (decimal): -7112228 or 14449043. OLE color: 14449043.

HSL color Cylindrical-coordinate representation of color #9379DC: hue angle of 255.76º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9379DC is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 121 220 -
CMYK 0.33 0.45 0 0.14
HSL 255.76º 0.59% 0.67% -
HSV(B) 255.76º 0.45% 0.86% -
XYZ 31.79 25.05 70.87 -
YUV 140.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 147 121 220 0.33 0.45 0 0.14 255.76 0.59 0.67
Hex 93 79 DC 21 2D 0 E 100 3B 43
Octal 223 171 334 41 55 0 16 400 73 103
Binary 10010011 1111001 11011100 100001 101101 0 1110 100000000 111011 1000011

Color Harmonies of #9379DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9379DC

Black with #9379DC

Text Example


Text Example

White with #9379DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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