#9C5F9A

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

Shades of Violet Blue #9C5F9A

Tints of Violet Blue #9C5F9A

Color information

#9C5F9A (or 0x9C5F9A) is unknown color: approx Violet Blue. HEX triplet: 9C, 5F and 9A. RGB value is (156,95,154). Sum of RGB (Red+Green+Blue) = 156+95+154=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5F9A is #63A065. Grayscale: #777777. Windows color (decimal): -6529126 or 10117020. OLE color: 10117020.

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

Color convert

RGB15695154-
CMYK00.390.010.39
HSL301.97º24.3%49.22%-
HSV(B)301.97º39.1%61.18%-
XYZ23.6417.5932.72-
YUV119.96147.21153.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.52%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 154 (60.55% from 255) = 38.02%
R=38.52%
G=23.46%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569515400.390.010.39301.9724.349.22
Hex9C5F9A02712712e1831
Octal2341372320471474563061
Binary100111001011111100110100100111110011110010111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,95,154); }

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

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

 a { background-color: rgb(156,95,154); }

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

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

 span { border-color: rgb(156,95,154); }

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