#9C5092

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

Shades of Violet Blue #9C5092

Tints of Violet Blue #9C5092

Color information

#9C5092 (or 0x9C5092) is unknown color: approx Violet Blue. HEX triplet: 9C, 50 and 92. RGB value is (156,80,146). Sum of RGB (Red+Green+Blue) = 156+80+146=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5092 is #63AF6D. Grayscale: #6E6E6E. Windows color (decimal): -6532974 or 9588892. OLE color: 9588892.

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

Color convert

RGB15680146-
CMYK00.490.060.39
HSL307.89º32.2%46.27%-
HSV(B)307.89º48.72%61.18%-
XYZ21.7714.8828.92-
YUV110.25148.18160.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.84%
GREEN value IS 80 (31.64% from 255) = 20.94%
BLUE value IS 146 (57.42% from 255) = 38.22%
R=40.84%
G=20.94%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568014600.490.060.39307.8932.246.27
Hex9C5092031627134202e
Octal2341202220616474644056
Binary100111001010000100100100110001110100111100110100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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