#9D529A

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

Shades of Violet Blue #9D529A

Tints of Violet Blue #9D529A

Color information

#9D529A (or 0x9D529A) is unknown color: approx Violet Blue. HEX triplet: 9D, 52 and 9A. RGB value is (157,82,154). Sum of RGB (Red+Green+Blue) = 157+82+154=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D529A is #62AD65. Grayscale: #707070. Windows color (decimal): -6466918 or 10113693. OLE color: 10113693.

HSL color Cylindrical-coordinate representation of color #9D529A: hue angle of 302.4º degrees, saturation: 0.31, 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 #9D529A is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB15782154-
CMYK00.480.020.38
HSL302.4º31.38%46.86%-
HSV(B)302.4º47.77%61.57%-
XYZ22.7515.5432.37-
YUV112.63151.35159.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.95%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=39.95%
G=20.87%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578215400.480.020.38302.431.3846.86
Hex9D529A03022612e1f2f
Octal2351222320602464563757
Binary1001110110100101001101001100001010011010010111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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