#9D519B

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

Shades of Violet Blue #9D519B

Tints of Violet Blue #9D519B

Color information

#9D519B (or 0x9D519B) is unknown color: approx Violet Blue. HEX triplet: 9D, 51 and 9B. RGB value is (157,81,155). Sum of RGB (Red+Green+Blue) = 157+81+155=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D519B is #62AE64. Grayscale: #6F6F6F. Windows color (decimal): -6467173 or 10178973. OLE color: 10178973.

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

Color convert

RGB15781155-
CMYK00.480.010.38
HSL301.58º31.93%46.67%-
HSV(B)301.58º48.41%61.57%-
XYZ22.7615.4232.79-
YUV112.16152.18159.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.95%
GREEN value IS 81 (32.03% from 255) = 20.61%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=39.95%
G=20.61%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578115500.480.010.38301.5831.9346.67
Hex9D519B03012612e202f
Octal2351212330601464564057
Binary1001110110100011001101101100001100110100101110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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