#9278EB

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

Shades of Medium Purple #9278EB

Tints of Medium Purple #9278EB

Color information

#9278EB (or 0x9278EB) is unknown color: approx Medium Purple. HEX triplet: 92, 78 and EB. RGB value is (146,120,235). Sum of RGB (Red+Green+Blue) = 146+120+235=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #9278EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9278EB is #6D8714. Grayscale: #8C8C8C. Windows color (decimal): -7178005 or 15431826. OLE color: 15431826.

HSL color Cylindrical-coordinate representation of color #9278EB: hue angle of 253.57º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9278EB is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146120235-
CMYK0.380.4900.08
HSL253.57º74.19%69.61%-
HSV(B)253.57º48.94%92.16%-
XYZ33.5725.5481.76-
YUV140.88181.11131.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.14%
GREEN value IS 120 (47.27% from 255) = 23.95%
BLUE value IS 235 (92.19% from 255) = 46.91%
R=29.14%
G=23.95%
B=46.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461202350.380.4900.08253.5774.1969.61
Hex9278EB263108fe4a46
Octal2221703534661010376112106
Binary10010010111100011101011100110110001010001111111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9278EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,120,235); }

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

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

 a { background-color: rgb(146,120,235); }

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

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

 span { border-color: rgb(146,120,235); }

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