#9D5CAB

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

Shades of Violet Blue #9D5CAB

Tints of Violet Blue #9D5CAB

Color information

#9D5CAB (or 0x9D5CAB) is unknown color: approx Violet Blue. HEX triplet: 9D, 5C and AB. RGB value is (157,92,171). Sum of RGB (Red+Green+Blue) = 157+92+171=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D5CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5CAB is #62A354. Grayscale: #787878. Windows color (decimal): -6464341 or 11230365. OLE color: 11230365.

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

Color convert

RGB15792171-
CMYK0.080.4600.33
HSL289.37º31.98%51.57%-
HSV(B)289.37º46.2%67.06%-
XYZ25.0817.7640.63-
YUV120.44156.53154.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.38%
GREEN value IS 92 (36.33% from 255) = 21.90%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=37.38%
G=21.90%
B=40.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157921710.080.4600.33289.3731.9851.57
Hex9D5CAB82E0211212034
Octal23513425310560414414064
Binary1001110110111001010101110001011100100001100100001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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