#9E54FB

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

Shades of Medium Purple #9E54FB

Tints of Medium Purple #9E54FB

Color information

#9E54FB (or 0x9E54FB) is unknown color: approx Medium Purple. HEX triplet: 9E, 54 and FB. RGB value is (158,84,251). Sum of RGB (Red+Green+Blue) = 158+84+251=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E54FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E54FB is #61AB04. Grayscale: #7C7C7C. Windows color (decimal): -6400773 or 16471198. OLE color: 16471198.

HSL color Cylindrical-coordinate representation of color #9E54FB: hue angle of 266.59º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E54FB is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15884251-
CMYK0.370.6700.02
HSL266.59º95.43%65.69%-
HSV(B)266.59º66.53%98.43%-
XYZ34.6820.5793.41-
YUV125.16199.02151.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.05%
GREEN value IS 84 (33.20% from 255) = 17.04%
BLUE value IS 251 (98.44% from 255) = 50.91%
R=32.05%
G=17.04%
B=50.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal158842510.370.6700.02266.5995.4365.69
Hex9E54FB25430210b5f42
Octal2361243734510302413137102
Binary10011110101010011111011100101100001101010000101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E54FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E54FB; }

 p { color: rgb(158,84,251); }

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

<style>
 a { background-color: #9E54FB; }

 a { background-color: rgb(158,84,251); }

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

<style>
 span { border-color: #9E54FB; }

 span { border-color: rgb(158,84,251); }

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