#9A529C

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

Shades of Violet Blue #9A529C

Tints of Violet Blue #9A529C

Color information

#9A529C (or 0x9A529C) is unknown color: approx Violet Blue. HEX triplet: 9A, 52 and 9C. RGB value is (154,82,156). Sum of RGB (Red+Green+Blue) = 154+82+156=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A529C is #65AD63. Grayscale: #6F6F6F. Windows color (decimal): -6663524 or 10244762. OLE color: 10244762.

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

Color convert

RGB15482156-
CMYK0.010.4700.39
HSL298.38º31.09%46.67%-
HSV(B)298.38º47.44%61.18%-
XYZ22.3415.333.23-
YUV111.96152.85157.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.29%
GREEN value IS 82 (32.42% from 255) = 20.92%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=39.29%
G=20.92%
B=39.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal154821560.010.4700.39298.3831.0946.67
Hex9A529C12F02712a1f2f
Octal2321222341570474523757
Binary100110101010010100111001101111010011110010101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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