#9d529f

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

Shades of Violet Blue #9D529F

Tints of Violet Blue #9D529F

Color information

#9D529F (or 0x9D529F) is unknown color: approx Violet Blue. HEX triplet: 9D, 52 and 9F. RGB value is (157,82,159). Sum of RGB (Red+Green+Blue) = 157+82+159=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D529F is #62AD60. Grayscale: #707070. Windows color (decimal): -6466913 or 10441373. OLE color: 10441373.

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

Color convert

RGB15782159-
CMYK0.010.4800.38
HSL298.44º31.95%47.25%-
HSV(B)298.44º48.43%62.35%-
XYZ23.1815.7134.61-
YUV113.2153.85159.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.45%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 159 (62.5% from 255) = 39.95%
R=39.45%
G=20.60%
B=39.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157821590.010.4800.38298.4431.9547.25
Hex9D529F13002612a202f
Octal2351222371600464524057
Binary1001110110100101001111111100000100110100101010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d529f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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