#9A5999

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

Shades of Violet Blue #9A5999

Tints of Violet Blue #9A5999

Color information

#9A5999 (or 0x9A5999) is unknown color: approx Violet Blue. HEX triplet: 9A, 59 and 99. RGB value is (154,89,153). Sum of RGB (Red+Green+Blue) = 154+89+153=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5999 is #65A666. Grayscale: #737373. Windows color (decimal): -6661735 or 10049946. OLE color: 10049946.

HSL color Cylindrical-coordinate representation of color #9A5999: hue angle of 300.92º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A5999 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15489153-
CMYK00.420.010.40
HSL300.92º26.75%47.65%-
HSV(B)300.92º42.21%60.39%-
XYZ22.6516.3132.09-
YUV115.73149.03155.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.89%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 153 (60.16% from 255) = 38.64%
R=38.89%
G=22.47%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548915300.420.010.40300.9226.7547.65
Hex9A599902A12812d1b30
Octal2321312310521504553360
Binary100110101011001100110010101010110100010010110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,89,153); }

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

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

 a { background-color: rgb(154,89,153); }

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

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

 span { border-color: rgb(154,89,153); }

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