#9C559B

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

Shades of Violet Blue #9C559B

Tints of Violet Blue #9C559B

Color information

#9C559B (or 0x9C559B) is unknown color: approx Violet Blue. HEX triplet: 9C, 55 and 9B. RGB value is (156,85,155). Sum of RGB (Red+Green+Blue) = 156+85+155=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C559B is #63AA64. Grayscale: #717171. Windows color (decimal): -6531685 or 10179996. OLE color: 10179996.

HSL color Cylindrical-coordinate representation of color #9C559B: hue angle of 300.85º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C559B is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15685155-
CMYK00.460.010.39
HSL300.85º29.46%47.25%-
HSV(B)300.85º45.51%61.18%-
XYZ22.8815.9332.88-
YUV114.21151.02157.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.39%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=39.39%
G=21.46%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568515500.460.010.39300.8529.4647.25
Hex9C559B02E12712d1d2f
Octal2341252330561474553557
Binary100111001010101100110110101110110011110010110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,85,155); }

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

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

 a { background-color: rgb(156,85,155); }

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

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

 span { border-color: rgb(156,85,155); }

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