#9D5AAB

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

Shades of Violet Blue #9D5AAB

Tints of Violet Blue #9D5AAB

Color information

#9D5AAB (or 0x9D5AAB) is unknown color: approx Violet Blue. HEX triplet: 9D, 5A and AB. RGB value is (157,90,171). Sum of RGB (Red+Green+Blue) = 157+90+171=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5AAB is #62A554. Grayscale: #777777. Windows color (decimal): -6464853 or 11229853. OLE color: 11229853.

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

Color convert

RGB15790171-
CMYK0.080.4700.33
HSL289.63º32.53%51.18%-
HSV(B)289.63º47.37%67.06%-
XYZ24.9117.4240.58-
YUV119.27157.2154.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.56%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=37.56%
G=21.53%
B=40.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157901710.080.4700.33289.6332.5351.18
Hex9D5AAB82F0211222133
Octal23513225310570414424163
Binary1001110110110101010101110001011110100001100100010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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