#9A5FAA

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

Shades of Violet Blue #9A5FAA

Tints of Violet Blue #9A5FAA

Color information

#9A5FAA (or 0x9A5FAA) is unknown color: approx Violet Blue. HEX triplet: 9A, 5F and AA. RGB value is (154,95,170). Sum of RGB (Red+Green+Blue) = 154+95+170=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A5FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5FAA is #65A055. Grayscale: #787878. Windows color (decimal): -6660182 or 11165594. OLE color: 11165594.

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

Color convert

RGB15495170-
CMYK0.090.4400.33
HSL287.2º30.61%51.96%-
HSV(B)287.2º44.12%66.67%-
XYZ24.6717.9640.2-
YUV121.19155.55151.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.75%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=36.75%
G=22.67%
B=40.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154951700.090.4400.33287.230.6151.96
Hex9A5FAA92C02111f1f34
Octal23213725211540414373764
Binary100110101011111101010101001101100010000110001111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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