#9C518A

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

Shades of Violet Blue #9C518A

Tints of Violet Blue #9C518A

Color information

#9C518A (or 0x9C518A) is unknown color: approx Violet Blue. HEX triplet: 9C, 51 and 8A. RGB value is (156,81,138). Sum of RGB (Red+Green+Blue) = 156+81+138=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C518A is #63AE75. Grayscale: #6D6D6D. Windows color (decimal): -6532726 or 9064860. OLE color: 9064860.

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

Color convert

RGB15681138-
CMYK00.480.120.39
HSL314.4º31.65%46.47%-
HSV(B)314.4º48.08%61.18%-
XYZ21.2414.7925.78-
YUV109.92143.85160.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=41.6%
G=21.6%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568113800.480.120.39314.431.6546.47
Hex9C518A030C2713a202e
Octal23412121206014474724056
Binary1001110010100011000101001100001100100111100111010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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