#9478D1

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

Shades of Medium Purple #9478D1

Tints of Medium Purple #9478D1

Color information

#9478D1 (or 0x9478D1) is unknown color: approx Medium Purple. HEX triplet: 94, 78 and D1. RGB value is (148,120,209). Sum of RGB (Red+Green+Blue) = 148+120+209=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #9478D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478D1 is #6B872E. Grayscale: #8A8A8A. Windows color (decimal): -7046959 or 13727892. OLE color: 13727892.

HSL color Cylindrical-coordinate representation of color #9478D1: hue angle of 258.88º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9478D1 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148120209-
CMYK0.290.4300.18
HSL258.88º49.17%64.51%-
HSV(B)258.88º42.58%81.96%-
XYZ30.4424.3363.41-
YUV138.52167.78134.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 120 (47.27% from 255) = 25.16%
BLUE value IS 209 (82.03% from 255) = 43.82%
R=31.03%
G=25.16%
B=43.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481202090.290.4300.18258.8849.1764.51
Hex9478D11D2B0121033141
Octal224170321355302240361101
Binary10010100111100011010001111011010110100101000000111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9478D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9478D1; }

 p { color: rgb(148,120,209); }

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

<style>
 a { background-color: #9478D1; }

 a { background-color: rgb(148,120,209); }

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

<style>
 span { border-color: #9478D1; }

 span { border-color: rgb(148,120,209); }

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