#9C5B99

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

Shades of Violet Blue #9C5B99

Tints of Violet Blue #9C5B99

Color information

#9C5B99 (or 0x9C5B99) is unknown color: approx Violet Blue. HEX triplet: 9C, 5B and 99. RGB value is (156,91,153). Sum of RGB (Red+Green+Blue) = 156+91+153=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5B99 is #63A466. Grayscale: #757575. Windows color (decimal): -6530151 or 10050460. OLE color: 10050460.

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

Color convert

RGB15691153-
CMYK00.420.020.39
HSL302.77º26.32%48.43%-
HSV(B)302.77º41.67%61.18%-
XYZ23.216.8532.17-
YUV117.5148.03155.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39%
GREEN value IS 91 (35.94% from 255) = 22.75%
BLUE value IS 153 (60.16% from 255) = 38.25%
R=39%
G=22.75%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569115300.420.020.39302.7726.3248.43
Hex9C5B9902A22712f1a30
Octal2341332310522474573260
Binary1001110010110111001100101010101010011110010111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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