#9A6CA1

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

Shades of Violet Blue #9A6CA1

Tints of Violet Blue #9A6CA1

Color information

#9A6CA1 (or 0x9A6CA1) is unknown color: approx Violet Blue. HEX triplet: 9A, 6C and A1. RGB value is (154,108,161). Sum of RGB (Red+Green+Blue) = 154+108+161=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 161 - color contains mainly: blue. Hex color #9A6CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6CA1 is #65935E. Grayscale: #7F7F7F. Windows color (decimal): -6656863 or 10579098. OLE color: 10579098.

HSL color Cylindrical-coordinate representation of color #9A6CA1: hue angle of 292.08º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A6CA1 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB154108161-
CMYK0.040.3300.37
HSL292.08º21.99%52.75%-
HSV(B)292.08º32.92%63.14%-
XYZ25.1220.1736.29-
YUV127.8146.74146.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.41%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 161 (63.28% from 255) = 38.06%
R=36.41%
G=25.53%
B=38.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1541081610.040.3300.37292.0821.9952.75
Hex9A6CA14210251241635
Octal2321542414410454442665
Binary10011010110110010100001100100001010010110010010010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,108,161); }

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

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

 a { background-color: rgb(154,108,161); }

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

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

 span { border-color: rgb(154,108,161); }

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