#9D529C

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

Shades of Violet Blue #9D529C

Tints of Violet Blue #9D529C

Color information

#9D529C (or 0x9D529C) is unknown color: approx Violet Blue. HEX triplet: 9D, 52 and 9C. RGB value is (157,82,156). Sum of RGB (Red+Green+Blue) = 157+82+156=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D529C is #62AD63. Grayscale: #707070. Windows color (decimal): -6466916 or 10244765. OLE color: 10244765.

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

Color convert

RGB15782156-
CMYK00.480.010.38
HSL300.8º31.38%46.86%-
HSV(B)300.8º47.77%61.57%-
XYZ22.9215.633.26-
YUV112.86152.35159.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.75%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=39.75%
G=20.76%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578215600.480.010.38300.831.3846.86
Hex9D529C03012612d1f2f
Octal2351222340601464553757
Binary100111011010010100111000110000110011010010110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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