#9D55AB

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

Shades of Violet Blue #9D55AB

Tints of Violet Blue #9D55AB

Color information

#9D55AB (or 0x9D55AB) is unknown color: approx Violet Blue. HEX triplet: 9D, 55 and AB. RGB value is (157,85,171). Sum of RGB (Red+Green+Blue) = 157+85+171=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D55AB is #62AA54. Grayscale: #747474. Windows color (decimal): -6466133 or 11228573. OLE color: 11228573.

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

Color convert

RGB15785171-
CMYK0.080.5000.33
HSL290.23º33.86%50.2%-
HSV(B)290.23º50.29%67.06%-
XYZ24.516.6140.44-
YUV116.33158.85157.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.01%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=38.01%
G=20.58%
B=41.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157851710.080.5000.33290.2333.8650.2
Hex9D55AB8320211222232
Octal23512525310620414424262
Binary1001110110101011010101110001100100100001100100010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D55AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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