#9A519A

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

Shades of Violet Blue #9A519A

Tints of Violet Blue #9A519A

Color information

#9A519A (or 0x9A519A) is unknown color: approx Violet Blue. HEX triplet: 9A, 51 and 9A. RGB value is (154,81,154). Sum of RGB (Red+Green+Blue) = 154+81+154=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A519A is #65AE65. Grayscale: #6E6E6E. Windows color (decimal): -6663782 or 10113434. OLE color: 10113434.

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

Color convert

RGB15481154-
CMYK00.4700.40
HSL300º31.06%46.08%-
HSV(B)300º47.4%60.39%-
XYZ22.115.0932.32-
YUV111.15152.18158.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.59%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=39.59%
G=20.82%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548115400.4700.4030031.0646.08
Hex9A519A02F02812c1f2e
Octal2321212320570504543756
Binary100110101010001100110100101111010100010010110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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