#9474EF

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

Shades of Medium Purple #9474EF

Tints of Medium Purple #9474EF

Color information

#9474EF (or 0x9474EF) is unknown color: approx Medium Purple. HEX triplet: 94, 74 and EF. RGB value is (148,116,239). Sum of RGB (Red+Green+Blue) = 148+116+239=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #9474EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9474EF is #6B8B10. Grayscale: #8B8B8B. Windows color (decimal): -7047953 or 15692948. OLE color: 15692948.

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

Color convert

RGB148116239-
CMYK0.380.5100.06
HSL255.61º79.35%69.61%-
HSV(B)255.61º51.46%93.73%-
XYZ34.0425.0284.7-
YUV139.59184.1134-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 116 (45.70% from 255) = 23.06%
BLUE value IS 239 (93.75% from 255) = 47.51%
R=29.42%
G=23.06%
B=47.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1481162390.380.5100.06255.6179.3569.61
Hex9474EF2633061004f46
Octal224164357466306400117106
Binary10010100111010011101111100110110011011010000000010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9474EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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