#9477EC

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

Shades of Medium Purple #9477EC

Tints of Medium Purple #9477EC

Color information

#9477EC (or 0x9477EC) is unknown color: approx Medium Purple. HEX triplet: 94, 77 and EC. RGB value is (148,119,236). Sum of RGB (Red+Green+Blue) = 148+119+236=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #9477EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9477EC is #6B8813. Grayscale: #8C8C8C. Windows color (decimal): -7047188 or 15497108. OLE color: 15497108.

HSL color Cylindrical-coordinate representation of color #9477EC: hue angle of 254.87º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9477EC is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148119236-
CMYK0.370.5000.07
HSL254.87º75.48%69.61%-
HSV(B)254.87º49.58%92.55%-
XYZ33.9525.5582.5-
YUV141.01181.61132.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 119 (46.88% from 255) = 23.66%
BLUE value IS 236 (92.58% from 255) = 46.92%
R=29.42%
G=23.66%
B=46.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481192360.370.5000.07254.8775.4869.61
Hex9477EC253207ff4b46
Octal224167354456207377113106
Binary1001010011101111110110010010111001001111111111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9477EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9477EC; }

 p { color: rgb(148,119,236); }

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

<style>
 a { background-color: #9477EC; }

 a { background-color: rgb(148,119,236); }

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

<style>
 span { border-color: #9477EC; }

 span { border-color: rgb(148,119,236); }

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