#9A528D

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

Shades of Violet Blue #9A528D

Tints of Violet Blue #9A528D

Color information

#9A528D (or 0x9A528D) is unknown color: approx Violet Blue. HEX triplet: 9A, 52 and 8D. RGB value is (154,82,141). Sum of RGB (Red+Green+Blue) = 154+82+141=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A528D is #65AD72. Grayscale: #6E6E6E. Windows color (decimal): -6663539 or 9261722. OLE color: 9261722.

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

Color convert

RGB15482141-
CMYK00.470.080.40
HSL310.83º30.51%46.27%-
HSV(B)310.83º46.75%60.39%-
XYZ21.1514.8326.95-
YUV110.25145.35159.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.85%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=40.85%
G=21.75%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548214100.470.080.40310.8330.5146.27
Hex9A528D02F8281371f2e
Octal23212221505710504673756
Binary100110101010010100011010101111100010100010011011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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