#9478D4

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

Shades of Medium Purple #9478D4

Tints of Medium Purple #9478D4

Color information

#9478D4 (or 0x9478D4) is unknown color: approx Medium Purple. HEX triplet: 94, 78 and D4. RGB value is (148,120,212). Sum of RGB (Red+Green+Blue) = 148+120+212=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 212 - color contains mainly: blue. Hex color #9478D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478D4 is #6B872B. Grayscale: #8A8A8A. Windows color (decimal): -7046956 or 13924500. OLE color: 13924500.

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

Color convert

RGB148120212-
CMYK0.300.4300.17
HSL258.26º51.69%65.1%-
HSV(B)258.26º43.4%83.14%-
XYZ30.8124.4865.39-
YUV138.86169.28134.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.83%
GREEN value IS 120 (47.27% from 255) = 25%
BLUE value IS 212 (83.20% from 255) = 44.17%
R=30.83%
G=25%
B=44.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1481202120.300.4300.17258.2651.6965.1
Hex9478D41E2B0111023441
Octal224170324365302140264101
Binary10010100111100011010100111101010110100011000000101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9478D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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