#9A659F

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

Shades of Violet Blue #9A659F

Tints of Violet Blue #9A659F

Color information

#9A659F (or 0x9A659F) is unknown color: approx Violet Blue. HEX triplet: 9A, 65 and 9F. RGB value is (154,101,159). Sum of RGB (Red+Green+Blue) = 154+101+159=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A659F is #659A60. Grayscale: #7B7B7B. Windows color (decimal): -6658657 or 10446234. OLE color: 10446234.

HSL color Cylindrical-coordinate representation of color #9A659F: hue angle of 294.83º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A659F is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB154101159-
CMYK0.030.3600.38
HSL294.83º23.2%50.98%-
HSV(B)294.83º36.48%62.35%-
XYZ24.2418.6835.13-
YUV123.46148.06149.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.20%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=37.20%
G=24.40%
B=38.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541011590.030.3600.38294.8323.250.98
Hex9A659F3240261271733
Octal2321452373440464472763
Binary1001101011001011001111111100100010011010010011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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