#9A4988

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

Shades of Violet Blue #9A4988

Tints of Violet Blue #9A4988

Color information

#9A4988 (or 0x9A4988) is unknown color: approx Violet Blue. HEX triplet: 9A, 49 and 88. RGB value is (154,73,136). Sum of RGB (Red+Green+Blue) = 154+73+136=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4988 is #65B677. Grayscale: #686868. Windows color (decimal): -6665848 or 8931738. OLE color: 8931738.

HSL color Cylindrical-coordinate representation of color #9A4988: hue angle of 313.33º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A4988 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB15473136-
CMYK00.530.120.40
HSL313.33º35.68%44.51%-
HSV(B)313.33º52.6%60.39%-
XYZ20.1513.4124.82-
YUV104.4145.84163.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.42%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 136 (53.52% from 255) = 37.47%
R=42.42%
G=20.11%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547313600.530.120.40313.3335.6844.51
Hex9A4988035C28139242d
Octal23211121006514504714455
Binary1001101010010011000100001101011100101000100111001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,73,136); }

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

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

 a { background-color: rgb(154,73,136); }

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

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

 span { border-color: rgb(154,73,136); }

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