#9C5F92

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

Shades of Violet Blue #9C5F92

Tints of Violet Blue #9C5F92

Color information

#9C5F92 (or 0x9C5F92) is unknown color: approx Violet Blue. HEX triplet: 9C, 5F and 92. RGB value is (156,95,146). Sum of RGB (Red+Green+Blue) = 156+95+146=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5F92 is #63A06D. Grayscale: #767676. Windows color (decimal): -6529134 or 9592732. OLE color: 9592732.

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

Color convert

RGB15695146-
CMYK00.390.060.39
HSL309.84º24.3%49.22%-
HSV(B)309.84º39.1%61.18%-
XYZ22.9917.3329.33-
YUV119.05143.21154.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.29%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 146 (57.42% from 255) = 36.78%
R=39.29%
G=23.93%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569514600.390.060.39309.8424.349.22
Hex9C5F920276271361831
Octal2341372220476474663061
Binary10011100101111110010010010011111010011110011011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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