#9D61AB

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

Shades of Violet Blue #9D61AB

Tints of Violet Blue #9D61AB

Color information

#9D61AB (or 0x9D61AB) is unknown color: approx Violet Blue. HEX triplet: 9D, 61 and AB. RGB value is (157,97,171). Sum of RGB (Red+Green+Blue) = 157+97+171=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D61AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D61AB is #629E54. Grayscale: #7B7B7B. Windows color (decimal): -6463061 or 11231645. OLE color: 11231645.

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

Color convert

RGB15797171-
CMYK0.080.4300.33
HSL288.65º30.58%52.55%-
HSV(B)288.65º43.27%67.06%-
XYZ25.5318.6640.78-
YUV123.38154.88151.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.94%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=36.94%
G=22.82%
B=40.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157971710.080.4300.33288.6530.5852.55
Hex9D61AB82B0211211f35
Octal23514125310530414413765
Binary100111011100001101010111000101011010000110010000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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