#9C499B

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

Shades of Violet Blue #9C499B

Tints of Violet Blue #9C499B

Color information

#9C499B (or 0x9C499B) is unknown color: approx Violet Blue. HEX triplet: 9C, 49 and 9B. RGB value is (156,73,155). Sum of RGB (Red+Green+Blue) = 156+73+155=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 156 - color contains mainly: red. Hex color #9C499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C499B is #63B664. Grayscale: #6A6A6A. Windows color (decimal): -6534757 or 10176924. OLE color: 10176924.

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

Color convert

RGB15673155-
CMYK00.530.010.39
HSL300.72º36.24%44.9%-
HSV(B)300.72º53.21%61.18%-
XYZ22.0114.232.59-
YUV107.16155162.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.62%
GREEN value IS 73 (28.91% from 255) = 19.01%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=40.62%
G=19.01%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567315500.530.010.39300.7236.2444.9
Hex9C499B03512712d242d
Octal2341112330651474554455
Binary1001110010010011001101101101011100111100101101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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