#9C518C

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

Shades of Violet Blue #9C518C

Tints of Violet Blue #9C518C

Color information

#9C518C (or 0x9C518C) is unknown color: approx Violet Blue. HEX triplet: 9C, 51 and 8C. RGB value is (156,81,140). Sum of RGB (Red+Green+Blue) = 156+81+140=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C518C is #63AE73. Grayscale: #6D6D6D. Windows color (decimal): -6532724 or 9195932. OLE color: 9195932.

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

Color convert

RGB15681140-
CMYK00.480.100.39
HSL312.8º31.65%46.47%-
HSV(B)312.8º48.08%61.18%-
XYZ21.3914.8526.55-
YUV110.15144.85160.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.38%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=41.38%
G=21.49%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568114000.480.100.39312.831.6546.47
Hex9C518C030A27139202e
Octal23412121406012474714056
Binary1001110010100011000110001100001010100111100111001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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