#9478E1

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

Shades of Medium Purple #9478E1

Tints of Medium Purple #9478E1

Color information

#9478E1 (or 0x9478E1) is unknown color: approx Medium Purple. HEX triplet: 94, 78 and E1. RGB value is (148,120,225). Sum of RGB (Red+Green+Blue) = 148+120+225=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #9478E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478E1 is #6B871E. Grayscale: #8B8B8B. Windows color (decimal): -7046943 or 14776468. OLE color: 14776468.

HSL color Cylindrical-coordinate representation of color #9478E1: hue angle of 256º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9478E1 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB148120225-
CMYK0.340.4700.12
HSL256º63.64%67.65%-
HSV(B)256º46.67%88.24%-
XYZ32.5225.1774.38-
YUV140.34175.78133.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 120 (47.27% from 255) = 24.34%
BLUE value IS 225 (88.28% from 255) = 45.64%
R=30.02%
G=24.34%
B=45.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1481202250.340.4700.1225663.6467.65
Hex9478E1222F0C1004044
Octal2241703414257014400100104
Binary100101001111000111000011000101011110110010000000010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9478E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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