#9A529E

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

Shades of Violet Blue #9A529E

Tints of Violet Blue #9A529E

Color information

#9A529E (or 0x9A529E) is unknown color: approx Violet Blue. HEX triplet: 9A, 52 and 9E. RGB value is (154,82,158). Sum of RGB (Red+Green+Blue) = 154+82+158=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A529E is #65AD61. Grayscale: #6F6F6F. Windows color (decimal): -6663522 or 10375834. OLE color: 10375834.

HSL color Cylindrical-coordinate representation of color #9A529E: hue angle of 296.84º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A529E is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15482158-
CMYK0.030.4800.38
HSL296.84º31.67%47.06%-
HSV(B)296.84º48.1%61.96%-
XYZ22.5215.3734.13-
YUV112.19153.85157.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.09%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=39.09%
G=20.81%
B=40.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154821580.030.4800.38296.8431.6747.06
Hex9A529E330026129202f
Octal2321222363600464514057
Binary10011010101001010011110111100000100110100101001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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