#9D54AB

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

Shades of Violet Blue #9D54AB

Tints of Violet Blue #9D54AB

Color information

#9D54AB (or 0x9D54AB) is unknown color: approx Violet Blue. HEX triplet: 9D, 54 and AB. RGB value is (157,84,171). Sum of RGB (Red+Green+Blue) = 157+84+171=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D54AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D54AB is #62AB54. Grayscale: #737373. Windows color (decimal): -6466389 or 11228317. OLE color: 11228317.

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

Color convert

RGB15784171-
CMYK0.080.5100.33
HSL290.34º34.12%50%-
HSV(B)290.34º50.88%67.06%-
XYZ24.4316.4540.42-
YUV115.74159.18157.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.11%
GREEN value IS 84 (33.20% from 255) = 20.39%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=38.11%
G=20.39%
B=41.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157841710.080.5100.33290.3434.1250
Hex9D54AB8330211222232
Octal23512425310630414424262
Binary1001110110101001010101110001100110100001100100010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D54AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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