#9A529A

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

Shades of Violet Blue #9A529A

Tints of Violet Blue #9A529A

Color information

#9A529A (or 0x9A529A) is unknown color: approx Violet Blue. HEX triplet: 9A, 52 and 9A. RGB value is (154,82,154). Sum of RGB (Red+Green+Blue) = 154+82+154=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A529A is #65AD65. Grayscale: #6F6F6F. Windows color (decimal): -6663526 or 10113690. OLE color: 10113690.

HSL color Cylindrical-coordinate representation of color #9A529A: 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 #9A529A is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15482154-
CMYK00.4700.40
HSL300º30.51%46.27%-
HSV(B)300º46.75%60.39%-
XYZ22.1815.2432.34-
YUV111.74151.85158.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.49%
GREEN value IS 82 (32.42% from 255) = 21.03%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=39.49%
G=21.03%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548215400.4700.4030030.5146.27
Hex9A529A02F02812c1f2e
Octal2321222320570504543756
Binary100110101010010100110100101111010100010010110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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