Html Css Color HEX #9376DC Medium Purple

📋 copy color: '#9376DC'

red 147 ◦ green 118 ◦ blue 220

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

Shades of Medium Purple #9376DC

Tints of Medium Purple #9376DC

RGB

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

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

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

R = 30.31%
G = 24.33%
B = 45.36%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9376DC (or 0x9376DC) is known color: Medium Purple. HEX triplet: 93, 76 and DC. RGB value is (147,118,220). Sum of RGB (Red+Green+Blue) = 147+118+220=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #9376DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376DC is #6C8923. Grayscale: #898989. Windows color (decimal): -7112996 or 14448275. OLE color: 14448275.

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

Color convert

RGB 147 118 220 -
CMYK 0.33 0.46 0 0.14
HSL 257.06º 0.59% 0.66% -
HSV(B) 257.06º 0.46% 0.86% -
XYZ 31.43 24.33 70.75 -
YUV 138.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 147 118 220 0.33 0.46 0 0.14 257.06 0.59 0.66
Hex 93 76 DC 21 2E 0 E 101 3B 42
Octal 223 166 334 41 56 0 16 401 73 102
Binary 10010011 1110110 11011100 100001 101110 0 1110 100000001 111011 1000010

Color Harmonies of #9376DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376DC

Black with #9376DC

Text Example


Text Example

White with #9376DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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