#9A659B

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

Shades of Violet Blue #9A659B

Tints of Violet Blue #9A659B

Color information

#9A659B (or 0x9A659B) is unknown color: approx Violet Blue. HEX triplet: 9A, 65 and 9B. RGB value is (154,101,155). Sum of RGB (Red+Green+Blue) = 154+101+155=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A659B is #659A64. Grayscale: #7A7A7A. Windows color (decimal): -6658661 or 10184090. OLE color: 10184090.

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

Color convert

RGB154101155-
CMYK0.010.3500.39
HSL298.89º21.26%50.2%-
HSV(B)298.89º34.84%60.78%-
XYZ23.918.5433.33-
YUV123146.06150.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.56%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=37.56%
G=24.63%
B=37.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1541011550.010.3500.39298.8921.2650.2
Hex9A659B12302712b1532
Octal2321452331430474532562
Binary100110101100101100110111100011010011110010101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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