Html Css Color HEX #9376D9 Medium Purple

📋 copy color: '#9376D9'

red 147 ◦ green 118 ◦ blue 217

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

Shades of Medium Purple #9376D9

Tints of Medium Purple #9376D9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.48%

 BLUE value IS 217 (85.16% from 255) = 45.02%

R = 30.5%
G = 24.48%
B = 45.02%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9376D9 (or 0x9376D9) is known color: Medium Purple. HEX triplet: 93, 76 and D9. RGB value is (147,118,217). Sum of RGB (Red+Green+Blue) = 147+118+217=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #9376D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376D9 is #6C8926. Grayscale: #898989. Windows color (decimal): -7112999 or 14251667. OLE color: 14251667.

HSL color Cylindrical-coordinate representation of color #9376D9: hue angle of 257.58º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9376D9 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 118 217 -
CMYK 0.32 0.46 0 0.15
HSL 257.58º 0.57% 0.66% -
HSV(B) 257.58º 0.46% 0.85% -
XYZ 31.04 24.17 68.68 -
YUV 137.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 147 118 217 0.32 0.46 0 0.15 257.58 0.57 0.66
Hex 93 76 D9 20 2E 0 F 102 39 42
Octal 223 166 331 40 56 0 17 402 71 102
Binary 10010011 1110110 11011001 100000 101110 0 1111 100000010 111001 1000010

Color Harmonies of #9376D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376D9

Black with #9376D9

Text Example


Text Example

White with #9376D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9376D9; }

 p { color: rgb(147,118,217); }

 H1.HeaderClassName
 {
   color: #9376D9;
 }
 .AnyTagClassName
 {
   color: #9376D9;
 }
</style>

background-color css

<style>
 a { background-color: #9376D9; }

 a { background-color: rgb(147,118,217); }

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

border-color css

<style>
 span { border-color: #9376D9; }

 span { border-color: rgb(147,118,217); }

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