#9C5394

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

Shades of Violet Blue #9C5394

Tints of Violet Blue #9C5394

Color information

#9C5394 (or 0x9C5394) is unknown color: approx Violet Blue. HEX triplet: 9C, 53 and 94. RGB value is (156,83,148). Sum of RGB (Red+Green+Blue) = 156+83+148=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5394 is #63AC6B. Grayscale: #707070. Windows color (decimal): -6532204 or 9720732. OLE color: 9720732.

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

Color convert

RGB15683148-
CMYK00.470.050.39
HSL306.58º30.54%46.86%-
HSV(B)306.58º46.79%61.18%-
XYZ22.1515.3929.82-
YUV112.24148.18159.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.31%
GREEN value IS 83 (32.81% from 255) = 21.45%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=40.31%
G=21.45%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568314800.470.050.39306.5830.5446.86
Hex9C539402F5271331f2f
Octal2341232240575474633757
Binary10011100101001110010100010111110110011110011001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,83,148); }

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

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

 a { background-color: rgb(156,83,148); }

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

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

 span { border-color: rgb(156,83,148); }

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