#9C518B

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

Shades of Violet Blue #9C518B

Tints of Violet Blue #9C518B

Color information

#9C518B (or 0x9C518B) is unknown color: approx Violet Blue. HEX triplet: 9C, 51 and 8B. RGB value is (156,81,139). Sum of RGB (Red+Green+Blue) = 156+81+139=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C518B is #63AE74. Grayscale: #6D6D6D. Windows color (decimal): -6532725 or 9130396. OLE color: 9130396.

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

Color convert

RGB15681139-
CMYK00.480.110.39
HSL313.6º31.65%46.47%-
HSV(B)313.6º48.08%61.18%-
XYZ21.3114.8226.16-
YUV110.04144.35160.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.49%
GREEN value IS 81 (32.03% from 255) = 21.54%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=41.49%
G=21.54%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568113900.480.110.39313.631.6546.47
Hex9C518B030B2713a202e
Octal23412121306013474724056
Binary1001110010100011000101101100001011100111100111010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,81,139); }

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

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

 a { background-color: rgb(156,81,139); }

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

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

 span { border-color: rgb(156,81,139); }

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