#9C5493

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

Shades of Violet Blue #9C5493

Tints of Violet Blue #9C5493

Color information

#9C5493 (or 0x9C5493) is unknown color: approx Violet Blue. HEX triplet: 9C, 54 and 93. RGB value is (156,84,147). Sum of RGB (Red+Green+Blue) = 156+84+147=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5493 is #63AB6C. Grayscale: #707070. Windows color (decimal): -6531949 or 9655452. OLE color: 9655452.

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

Color convert

RGB15684147-
CMYK00.460.060.39
HSL307.5º30%47.06%-
HSV(B)307.5º46.15%61.18%-
XYZ22.1515.5229.43-
YUV112.71147.35158.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.31%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=40.31%
G=21.71%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568414700.460.060.39307.53047.06
Hex9C549302E6271341e2f
Octal2341242230566474643657
Binary10011100101010010010011010111011010011110011010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,84,147); }

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

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

 a { background-color: rgb(156,84,147); }

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

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

 span { border-color: rgb(156,84,147); }

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