#9D5CA9

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

Shades of Violet Blue #9D5CA9

Tints of Violet Blue #9D5CA9

Color information

#9D5CA9 (or 0x9D5CA9) is unknown color: approx Violet Blue. HEX triplet: 9D, 5C and A9. RGB value is (157,92,169). Sum of RGB (Red+Green+Blue) = 157+92+169=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 169 - color contains mainly: blue. Hex color #9D5CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5CA9 is #62A356. Grayscale: #777777. Windows color (decimal): -6464343 or 11099293. OLE color: 11099293.

HSL color Cylindrical-coordinate representation of color #9D5CA9: hue angle of 290.65º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D5CA9 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15792169-
CMYK0.070.4600.34
HSL290.65º30.92%51.18%-
HSV(B)290.65º45.56%66.27%-
XYZ24.8917.6939.64-
YUV120.21155.53154.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.56%
GREEN value IS 92 (36.33% from 255) = 22.01%
BLUE value IS 169 (66.41% from 255) = 40.43%
R=37.56%
G=22.01%
B=40.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal157921690.070.4600.34290.6530.9251.18
Hex9D5CA972E0221231f33
Octal2351342517560424433763
Binary10011101101110010101001111101110010001010010001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,92,169); }

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

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

 a { background-color: rgb(157,92,169); }

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

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

 span { border-color: rgb(157,92,169); }

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