#9D519F

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

Shades of Violet Blue #9D519F

Tints of Violet Blue #9D519F

Color information

#9D519F (or 0x9D519F) is unknown color: approx Violet Blue. HEX triplet: 9D, 51 and 9F. RGB value is (157,81,159). Sum of RGB (Red+Green+Blue) = 157+81+159=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D519F is #62AE60. Grayscale: #707070. Windows color (decimal): -6467169 or 10441117. OLE color: 10441117.

HSL color Cylindrical-coordinate representation of color #9D519F: hue angle of 298.46º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D519F is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15781159-
CMYK0.010.4900.38
HSL298.46º32.5%47.06%-
HSV(B)298.46º49.06%62.35%-
XYZ23.1115.5634.59-
YUV112.62154.18159.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.55%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=39.55%
G=20.40%
B=40.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157811590.010.4900.38298.4632.547.06
Hex9D519F13102612a202f
Octal2351212371610464524057
Binary1001110110100011001111111100010100110100101010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,81,159); }

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

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

 a { background-color: rgb(157,81,159); }

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

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

 span { border-color: rgb(157,81,159); }

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