#9374E7

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

Shades of Medium Purple #9374E7

Tints of Medium Purple #9374E7

Color information

#9374E7 (or 0x9374E7) is unknown color: approx Medium Purple. HEX triplet: 93, 74 and E7. RGB value is (147,116,231). Sum of RGB (Red+Green+Blue) = 147+116+231=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #9374E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9374E7 is #6C8B18. Grayscale: #898989. Windows color (decimal): -7113497 or 15168659. OLE color: 15168659.

HSL color Cylindrical-coordinate representation of color #9374E7: hue angle of 256.17º 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 #9374E7 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB147116231-
CMYK0.360.5000.09
HSL256.17º70.55%68.04%-
HSV(B)256.17º49.78%90.59%-
XYZ32.724.4678.6-
YUV138.38180.27134.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 116 (45.70% from 255) = 23.48%
BLUE value IS 231 (90.62% from 255) = 46.76%
R=29.76%
G=23.48%
B=46.76%

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
Decimal1471162310.360.5000.09256.1770.5568.04
Hex9374E72432091004744
Octal2231643474462011400107104
Binary100100111110100111001111001001100100100110000000010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9374E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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