#9C5D9B

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

Shades of Violet Blue #9C5D9B

Tints of Violet Blue #9C5D9B

Color information

#9C5D9B (or 0x9C5D9B) is unknown color: approx Violet Blue. HEX triplet: 9C, 5D and 9B. RGB value is (156,93,155). Sum of RGB (Red+Green+Blue) = 156+93+155=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5D9B is #63A264. Grayscale: #767676. Windows color (decimal): -6529637 or 10182044. OLE color: 10182044.

HSL color Cylindrical-coordinate representation of color #9C5D9B: hue angle of 300.95º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5D9B is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15693155-
CMYK00.400.010.39
HSL300.95º25.3%48.82%-
HSV(B)300.95º40.38%61.18%-
XYZ23.5417.2633.1-
YUV118.9148.37154.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.61%
GREEN value IS 93 (36.72% from 255) = 23.02%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=38.61%
G=23.02%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569315500.400.010.39300.9525.348.82
Hex9C5D9B02812712d1931
Octal2341352330501474553161
Binary100111001011101100110110101000110011110010110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,93,155); }

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

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

 a { background-color: rgb(156,93,155); }

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

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

 span { border-color: rgb(156,93,155); }

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