#9480E0

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

Shades of Medium Purple #9480E0

Tints of Medium Purple #9480E0

Color information

#9480E0 (or 0x9480E0) is unknown color: approx Medium Purple. HEX triplet: 94, 80 and E0. RGB value is (148,128,224). Sum of RGB (Red+Green+Blue) = 148+128+224=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #9480E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9480E0 is #6B7F1F. Grayscale: #909090. Windows color (decimal): -7044896 or 14712980. OLE color: 14712980.

HSL color Cylindrical-coordinate representation of color #9480E0: hue angle of 252.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9480E0 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB148128224-
CMYK0.340.4300.12
HSL252.5º60.76%69.02%-
HSV(B)252.5º42.86%87.84%-
XYZ33.3927.1274-
YUV144.92172.63130.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.6%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 224 (87.89% from 255) = 44.8%
R=29.6%
G=25.6%
B=44.8%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1481282240.340.4300.12252.560.7669.02
Hex9480E0222B0Cfc3d45
Octal224200340425301437475105
Binary10010100100000001110000010001010101101100111111001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9480E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9480E0; }

 p { color: rgb(148,128,224); }

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

<style>
 a { background-color: #9480E0; }

 a { background-color: rgb(148,128,224); }

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

<style>
 span { border-color: #9480E0; }

 span { border-color: rgb(148,128,224); }

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