#9C518F

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

Shades of Violet Blue #9C518F

Tints of Violet Blue #9C518F

Color information

#9C518F (or 0x9C518F) is unknown color: approx Violet Blue. HEX triplet: 9C, 51 and 8F. RGB value is (156,81,143). Sum of RGB (Red+Green+Blue) = 156+81+143=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C518F is #63AE70. Grayscale: #6E6E6E. Windows color (decimal): -6532721 or 9392540. OLE color: 9392540.

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

Color convert

RGB15681143-
CMYK00.480.080.39
HSL310.4º31.65%46.47%-
HSV(B)310.4º48.08%61.18%-
XYZ21.6114.9427.73-
YUV110.49146.35160.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.05%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 143 (56.25% from 255) = 37.63%
R=41.05%
G=21.32%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568114300.480.080.39310.431.6546.47
Hex9C518F030827136202e
Octal23412121706010474664056
Binary1001110010100011000111101100001000100111100110110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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