#9A5A9B

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

Shades of Violet Blue #9A5A9B

Tints of Violet Blue #9A5A9B

Color information

#9A5A9B (or 0x9A5A9B) is unknown color: approx Violet Blue. HEX triplet: 9A, 5A and 9B. RGB value is (154,90,155). Sum of RGB (Red+Green+Blue) = 154+90+155=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A5A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5A9B is #65A564. Grayscale: #747474. Windows color (decimal): -6661477 or 10181274. OLE color: 10181274.

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

Color convert

RGB15490155-
CMYK0.010.4200.39
HSL299.08º26.53%48.04%-
HSV(B)299.08º41.94%60.78%-
XYZ22.916.5533-
YUV116.55149.7154.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.60%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=38.60%
G=22.56%
B=38.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal154901550.010.4200.39299.0826.5348.04
Hex9A5A9B12A02712b1b30
Octal2321322331520474533360
Binary100110101011010100110111101010010011110010101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,90,155); }

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

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

 a { background-color: rgb(154,90,155); }

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

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

 span { border-color: rgb(154,90,155); }

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