#9D5DAA

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

Shades of Violet Blue #9D5DAA

Tints of Violet Blue #9D5DAA

Color information

#9D5DAA (or 0x9D5DAA) is unknown color: approx Violet Blue. HEX triplet: 9D, 5D and AA. RGB value is (157,93,170). Sum of RGB (Red+Green+Blue) = 157+93+170=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D5DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5DAA is #62A255. Grayscale: #787878. Windows color (decimal): -6464086 or 11165085. OLE color: 11165085.

HSL color Cylindrical-coordinate representation of color #9D5DAA: hue angle of 289.87º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D5DAA is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15793170-
CMYK0.080.4500.33
HSL289.87º31.17%51.57%-
HSV(B)289.87º45.29%66.67%-
XYZ25.0717.940.16-
YUV120.91155.7153.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.38%
GREEN value IS 93 (36.72% from 255) = 22.14%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=37.38%
G=22.14%
B=40.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157931700.080.4500.33289.8731.1751.57
Hex9D5DAA82D0211221f34
Octal23513525210550414423764
Binary100111011011101101010101000101101010000110010001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,93,170); }

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

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

 a { background-color: rgb(157,93,170); }

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

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

 span { border-color: rgb(157,93,170); }

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