#9373EF

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

Shades of Medium Purple #9373EF

Tints of Medium Purple #9373EF

Color information

#9373EF (or 0x9373EF) is unknown color: approx Medium Purple. HEX triplet: 93, 73 and EF. RGB value is (147,115,239). Sum of RGB (Red+Green+Blue) = 147+115+239=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #9373EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9373EF is #6C8C10. Grayscale: #8A8A8A. Windows color (decimal): -7113745 or 15692691. OLE color: 15692691.

HSL color Cylindrical-coordinate representation of color #9373EF: hue angle of 255.48º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9373EF is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147115239-
CMYK0.380.5200.06
HSL255.48º79.49%69.41%-
HSV(B)255.48º51.88%93.73%-
XYZ33.7424.784.65-
YUV138.7184.6133.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.34%
GREEN value IS 115 (45.31% from 255) = 22.95%
BLUE value IS 239 (93.75% from 255) = 47.70%
R=29.34%
G=22.95%
B=47.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471152390.380.5200.06255.4879.4969.41
Hex9373EF263406ff4f45
Octal223163357466406377117105
Binary1001001111100111110111110011011010001101111111110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9373EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9373EF; }

 p { color: rgb(147,115,239); }

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

<style>
 a { background-color: #9373EF; }

 a { background-color: rgb(147,115,239); }

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

<style>
 span { border-color: #9373EF; }

 span { border-color: rgb(147,115,239); }

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