#9A61AA

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

Shades of Violet Blue #9A61AA

Tints of Violet Blue #9A61AA

Color information

#9A61AA (or 0x9A61AA) is unknown color: approx Violet Blue. HEX triplet: 9A, 61 and AA. RGB value is (154,97,170). Sum of RGB (Red+Green+Blue) = 154+97+170=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A61AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A61AA is #659E55. Grayscale: #7A7A7A. Windows color (decimal): -6659670 or 11166106. OLE color: 11166106.

HSL color Cylindrical-coordinate representation of color #9A61AA: hue angle of 286.85º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A61AA is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15497170-
CMYK0.090.4300.33
HSL286.85º30.04%52.35%-
HSV(B)286.85º42.94%66.67%-
XYZ24.8618.3240.26-
YUV122.36154.88150.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.58%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=36.58%
G=23.04%
B=40.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154971700.090.4300.33286.8530.0452.35
Hex9A61AA92B02111f1e34
Octal23214125211530414373664
Binary100110101100001101010101001101011010000110001111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,97,170); }

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

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

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

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

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

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

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