#9254EB

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

Shades of Medium Purple #9254EB

Tints of Medium Purple #9254EB

Color information

#9254EB (or 0x9254EB) is unknown color: approx Medium Purple. HEX triplet: 92, 54 and EB. RGB value is (146,84,235). Sum of RGB (Red+Green+Blue) = 146+84+235=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #9254EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9254EB is #6DAB14. Grayscale: #777777. Windows color (decimal): -7187221 or 15422610. OLE color: 15422610.

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

Color convert

RGB14684235-
CMYK0.380.6400.08
HSL264.64º79.06%62.55%-
HSV(B)264.64º64.26%92.16%-
XYZ30.0218.4580.58-
YUV119.75193.04146.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.40%
GREEN value IS 84 (33.20% from 255) = 18.06%
BLUE value IS 235 (92.19% from 255) = 50.54%
R=31.40%
G=18.06%
B=50.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal146842350.380.6400.08264.6479.0662.55
Hex9254EB2640081094f3f
Octal2221243534610001041111777
Binary100100101010100111010111001101000000010001000010011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9254EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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