#9C529F

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

Shades of Violet Blue #9C529F

Tints of Violet Blue #9C529F

Color information

#9C529F (or 0x9C529F) is unknown color: approx Violet Blue. HEX triplet: 9C, 52 and 9F. RGB value is (156,82,159). Sum of RGB (Red+Green+Blue) = 156+82+159=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C529F is #63AD60. Grayscale: #707070. Windows color (decimal): -6532449 or 10441372. OLE color: 10441372.

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

Color convert

RGB15682159-
CMYK0.020.4800.38
HSL297.66º31.95%47.25%-
HSV(B)297.66º48.43%62.35%-
XYZ22.9915.6134.6-
YUV112.9154.02158.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.29%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=39.29%
G=20.65%
B=40.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156821590.020.4800.38297.6631.9547.25
Hex9C529F23002612a202f
Octal2341222372600464524057
Binary10011100101001010011111101100000100110100101010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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