#9C5B8D

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

Shades of Violet Blue #9C5B8D

Tints of Violet Blue #9C5B8D

Color information

#9C5B8D (or 0x9C5B8D) is unknown color: approx Violet Blue. HEX triplet: 9C, 5B and 8D. RGB value is (156,91,141). Sum of RGB (Red+Green+Blue) = 156+91+141=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5B8D is #63A472. Grayscale: #747474. Windows color (decimal): -6530163 or 9264028. OLE color: 9264028.

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

Color convert

RGB15691141-
CMYK00.420.100.39
HSL313.85º26.32%48.43%-
HSV(B)313.85º41.67%61.18%-
XYZ22.2616.4727.21-
YUV116.14142.03156.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.21%
GREEN value IS 91 (35.94% from 255) = 23.45%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=40.21%
G=23.45%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569114100.420.100.39313.8526.3248.43
Hex9C5B8D02AA2713a1a30
Octal23413321505212474723260
Binary100111001011011100011010101010101010011110011101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,91,141); }

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

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

 a { background-color: rgb(156,91,141); }

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

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

 span { border-color: rgb(156,91,141); }

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