#9A6A95

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

Shades of Violet Blue #9A6A95

Tints of Violet Blue #9A6A95

Color information

#9A6A95 (or 0x9A6A95) is unknown color: approx Violet Blue. HEX triplet: 9A, 6A and 95. RGB value is (154,106,149). Sum of RGB (Red+Green+Blue) = 154+106+149=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6A95 is #65956A. Grayscale: #7D7D7D. Windows color (decimal): -6657387 or 9792154. OLE color: 9792154.

HSL color Cylindrical-coordinate representation of color #9A6A95: hue angle of 306.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A6A95 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB154106149-
CMYK00.310.030.40
HSL306.25º19.2%50.98%-
HSV(B)306.25º31.17%60.39%-
XYZ23.9119.3530.91-
YUV125.25141.4148.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.65%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=37.65%
G=25.92%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410614900.310.030.40306.2519.250.98
Hex9A6A9501F3281321333
Octal2321522250373504622363
Binary100110101101010100101010111111110100010011001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,106,149); }

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

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

 a { background-color: rgb(154,106,149); }

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

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

 span { border-color: rgb(154,106,149); }

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