#9D519A

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

Shades of Violet Blue #9D519A

Tints of Violet Blue #9D519A

Color information

#9D519A (or 0x9D519A) is unknown color: approx Violet Blue. HEX triplet: 9D, 51 and 9A. RGB value is (157,81,154). Sum of RGB (Red+Green+Blue) = 157+81+154=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D519A is #62AE65. Grayscale: #6F6F6F. Windows color (decimal): -6467174 or 10113437. OLE color: 10113437.

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

Color convert

RGB15781154-
CMYK00.480.020.38
HSL302.37º31.93%46.67%-
HSV(B)302.37º48.41%61.57%-
XYZ22.6815.3932.35-
YUV112.05151.68160.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.05%
GREEN value IS 81 (32.03% from 255) = 20.66%
BLUE value IS 154 (60.55% from 255) = 39.29%
R=40.05%
G=20.66%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578115400.480.020.38302.3731.9346.67
Hex9D519A03022612e202f
Octal2351212320602464564057
Binary10011101101000110011010011000010100110100101110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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