#9477ED

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

Shades of Medium Purple #9477ED

Tints of Medium Purple #9477ED

Color information

#9477ED (or 0x9477ED) is unknown color: approx Medium Purple. HEX triplet: 94, 77 and ED. RGB value is (148,119,237). Sum of RGB (Red+Green+Blue) = 148+119+237=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #9477ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9477ED is #6B8812. Grayscale: #8C8C8C. Windows color (decimal): -7047187 or 15562644. OLE color: 15562644.

HSL color Cylindrical-coordinate representation of color #9477ED: hue angle of 254.75º degrees, saturation: 0.77, 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 #9477ED is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148119237-
CMYK0.380.5000.07
HSL254.75º76.62%69.8%-
HSV(B)254.75º49.79%92.94%-
XYZ34.125.683.27-
YUV141.12182.11132.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 119 (46.88% from 255) = 23.61%
BLUE value IS 237 (92.97% from 255) = 47.02%
R=29.37%
G=23.61%
B=47.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481192370.380.5000.07254.7576.6269.8
Hex9477ED263207ff4d46
Octal224167355466207377115106
Binary1001010011101111110110110011011001001111111111110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9477ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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