#9D54FB

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

Shades of Medium Purple #9D54FB

Tints of Medium Purple #9D54FB

Color information

#9D54FB (or 0x9D54FB) is unknown color: approx Medium Purple. HEX triplet: 9D, 54 and FB. RGB value is (157,84,251). Sum of RGB (Red+Green+Blue) = 157+84+251=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D54FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D54FB is #62AB04. Grayscale: #7C7C7C. Windows color (decimal): -6466309 or 16471197. OLE color: 16471197.

HSL color Cylindrical-coordinate representation of color #9D54FB: hue angle of 266.23º 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 #9D54FB is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15784251-
CMYK0.370.6700.02
HSL266.23º95.43%65.69%-
HSV(B)266.23º66.53%98.43%-
XYZ34.4920.4793.4-
YUV124.86199.18150.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 84 (33.20% from 255) = 17.07%
BLUE value IS 251 (98.44% from 255) = 51.02%
R=31.91%
G=17.07%
B=51.02%

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
Decimal157842510.370.6700.02266.2395.4365.69
Hex9D54FB25430210a5f42
Octal2351243734510302412137102
Binary10011101101010011111011100101100001101010000101010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D54FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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