#9D47FB

Color #9D47FB Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9D47FB

Tints of Blue Violet #9D47FB

Color information

#9D47FB (or 0x9D47FB) is unknown color: approx Blue Violet. HEX triplet: 9D, 47 and FB. RGB value is (157,71,251). Sum of RGB (Red+Green+Blue) = 157+71+251=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D47FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D47FB is #62B804. Grayscale: #747474. Windows color (decimal): -6469637 or 16467869. OLE color: 16467869.

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

Color convert

RGB15771251-
CMYK0.370.7200.02
HSL268.67º95.74%63.14%-
HSV(B)268.67º71.71%98.43%-
XYZ33.5718.6493.1-
YUV117.23203.49156.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.78%
GREEN value IS 71 (28.12% from 255) = 14.82%
BLUE value IS 251 (98.44% from 255) = 52.40%
R=32.78%
G=14.82%
B=52.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal157712510.370.7200.02268.6795.7463.14
Hex9D47FB25480210d603f
Octal235107373451100241514077
Binary1001110110001111111101110010110010000101000011011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D47FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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