#9480EB

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

Shades of Medium Purple #9480EB

Tints of Medium Purple #9480EB

Color information

#9480EB (or 0x9480EB) is unknown color: approx Medium Purple. HEX triplet: 94, 80 and EB. RGB value is (148,128,235). Sum of RGB (Red+Green+Blue) = 148+128+235=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #9480EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9480EB is #6B7F14. Grayscale: #919191. Windows color (decimal): -7044885 or 15433876. OLE color: 15433876.

HSL color Cylindrical-coordinate representation of color #9480EB: hue angle of 251.21º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9480EB is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148128235-
CMYK0.370.4600.08
HSL251.21º72.79%71.18%-
HSV(B)251.21º45.53%92.16%-
XYZ34.9327.7382.11-
YUV146.18178.13129.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 235 (92.19% from 255) = 45.99%
R=28.96%
G=25.05%
B=45.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481282350.370.4600.08251.2172.7971.18
Hex9480EB252E08fb4947
Octal2242003534556010373111107
Binary100101001000000011101011100101101110010001111101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9480EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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