#9474E7

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

Shades of Medium Purple #9474E7

Tints of Medium Purple #9474E7

Color information

#9474E7 (or 0x9474E7) is unknown color: approx Medium Purple. HEX triplet: 94, 74 and E7. RGB value is (148,116,231). Sum of RGB (Red+Green+Blue) = 148+116+231=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 231 - color contains mainly: blue. Hex color #9474E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9474E7 is #6B8B18. Grayscale: #8A8A8A. Windows color (decimal): -7047961 or 15168660. OLE color: 15168660.

HSL color Cylindrical-coordinate representation of color #9474E7: hue angle of 256.7º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9474E7 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB148116231-
CMYK0.360.5000.09
HSL256.7º70.55%68.04%-
HSV(B)256.7º49.78%90.59%-
XYZ32.8824.5678.61-
YUV138.68180.1134.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 116 (45.70% from 255) = 23.43%
BLUE value IS 231 (90.62% from 255) = 46.67%
R=29.90%
G=23.43%
B=46.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1481162310.360.5000.09256.770.5568.04
Hex9474E72432091014744
Octal2241643474462011401107104
Binary100101001110100111001111001001100100100110000000110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9474E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9474E7; }

 p { color: rgb(148,116,231); }

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

<style>
 a { background-color: #9474E7; }

 a { background-color: rgb(148,116,231); }

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

<style>
 span { border-color: #9474E7; }

 span { border-color: rgb(148,116,231); }

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