#9477D6

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

Shades of Medium Purple #9477D6

Tints of Medium Purple #9477D6

Color information

#9477D6 (or 0x9477D6) is unknown color: approx Medium Purple. HEX triplet: 94, 77 and D6. RGB value is (148,119,214). Sum of RGB (Red+Green+Blue) = 148+119+214=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #9477D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9477D6 is #6B8829. Grayscale: #8A8A8A. Windows color (decimal): -7047210 or 14055316. OLE color: 14055316.

HSL color Cylindrical-coordinate representation of color #9477D6: hue angle of 258.32º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9477D6 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB148119214-
CMYK0.310.4400.16
HSL258.32º53.67%65.29%-
HSV(B)258.32º44.39%83.92%-
XYZ30.9524.3466.69-
YUV138.5170.61134.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.77%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 214 (83.98% from 255) = 44.49%
R=30.77%
G=24.74%
B=44.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1481192140.310.4400.16258.3253.6765.29
Hex9477D61F2C0101023641
Octal224167326375402040266101
Binary10010100111011111010110111111011000100001000000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9477D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9477D6; }

 p { color: rgb(148,119,214); }

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

<style>
 a { background-color: #9477D6; }

 a { background-color: rgb(148,119,214); }

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

<style>
 span { border-color: #9477D6; }

 span { border-color: rgb(148,119,214); }

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