#9C5292

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

Shades of Violet Blue #9C5292

Tints of Violet Blue #9C5292

Color information

#9C5292 (or 0x9C5292) is unknown color: approx Violet Blue. HEX triplet: 9C, 52 and 92. RGB value is (156,82,146). Sum of RGB (Red+Green+Blue) = 156+82+146=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5292 is #63AD6D. Grayscale: #6F6F6F. Windows color (decimal): -6532462 or 9589404. OLE color: 9589404.

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

Color convert

RGB15682146-
CMYK00.470.060.39
HSL308.11º31.09%46.67%-
HSV(B)308.11º47.44%61.18%-
XYZ21.9215.1828.97-
YUV111.42147.52159.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.62%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 146 (57.42% from 255) = 38.02%
R=40.62%
G=21.35%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568214600.470.060.39308.1131.0946.67
Hex9C529202F6271341f2f
Octal2341222220576474643757
Binary10011100101001010010010010111111010011110011010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,82,146); }

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

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

 a { background-color: rgb(156,82,146); }

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

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

 span { border-color: rgb(156,82,146); }

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