#9472E7

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

Shades of Medium Purple #9472E7

Tints of Medium Purple #9472E7

Color information

#9472E7 (or 0x9472E7) is unknown color: approx Medium Purple. HEX triplet: 94, 72 and E7. RGB value is (148,114,231). Sum of RGB (Red+Green+Blue) = 148+114+231=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #9472E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9472E7 is #6B8D18. Grayscale: #898989. Windows color (decimal): -7048473 or 15168148. OLE color: 15168148.

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

Color convert

RGB148114231-
CMYK0.360.5100.09
HSL257.44º70.91%67.65%-
HSV(B)257.44º50.65%90.59%-
XYZ32.6524.178.53-
YUV137.5180.76135.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 114 (44.92% from 255) = 23.12%
BLUE value IS 231 (90.62% from 255) = 46.86%
R=30.02%
G=23.12%
B=46.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1481142310.360.5100.09257.4470.9167.65
Hex9472E72433091014744
Octal2241623474463011401107104
Binary100101001110010111001111001001100110100110000000110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9472E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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