#9377D3

Color #9377D3 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9377D3

Tints of Medium Purple #9377D3

Color information

#9377D3 (or 0x9377D3) is unknown color: approx Medium Purple. HEX triplet: 93, 77 and D3. RGB value is (147,119,211). Sum of RGB (Red+Green+Blue) = 147+119+211=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 211 - color contains mainly: blue. Hex color #9377D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9377D3 is #6C882C. Grayscale: #898989. Windows color (decimal): -7112749 or 13858707. OLE color: 13858707.

HSL color Cylindrical-coordinate representation of color #9377D3: hue angle of 258.26º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9377D3 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB147119211-
CMYK0.300.4400.17
HSL258.26º51.11%64.71%-
HSV(B)258.26º43.6%82.75%-
XYZ30.3924.164.68-
YUV137.86169.28134.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.82%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 211 (82.81% from 255) = 44.23%
R=30.82%
G=24.95%
B=44.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1471192110.300.4400.17258.2651.1164.71
Hex9377D31E2C0111023341
Octal223167323365402140263101
Binary10010011111011111010011111101011000100011000000101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9377D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9377D3; }

 p { color: rgb(147,119,211); }

 H1.HeaderClassName
 {
   color: #9377D3;
 }
 .AnyTagClassName
 {
   color: #9377D3;
 }
</style>
background-color css

<style>
 a { background-color: #9377D3; }

 a { background-color: rgb(147,119,211); }

 div.DivClassName
 {
   background-color: #9377D3;
 }
 .BgClassName
 {
   background-color: #9377D3;
 }
</style>
border-color css

<style>
 span { border-color: #9377D3; }

 span { border-color: rgb(147,119,211); }

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