#9A649A

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

Shades of Violet Blue #9A649A

Tints of Violet Blue #9A649A

Color information

#9A649A (or 0x9A649A) is unknown color: approx Violet Blue. HEX triplet: 9A, 64 and 9A. RGB value is (154,100,154). Sum of RGB (Red+Green+Blue) = 154+100+154=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A649A is #659B65. Grayscale: #7A7A7A. Windows color (decimal): -6658918 or 10118298. OLE color: 10118298.

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

Color convert

RGB154100154-
CMYK00.3500.40
HSL300º21.26%49.8%-
HSV(B)300º35.06%60.39%-
XYZ23.7218.3232.86-
YUV122.3145.89150.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.75%
GREEN value IS 100 (39.45% from 255) = 24.51%
BLUE value IS 154 (60.55% from 255) = 37.75%
R=37.75%
G=24.51%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410015400.3500.4030021.2649.8
Hex9A649A02302812c1532
Octal2321442320430504542562
Binary100110101100100100110100100011010100010010110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,100,154); }

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

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

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

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

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

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

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