#9C4393

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

Shades of Violet Blue #9C4393

Tints of Violet Blue #9C4393

Color information

#9C4393 (or 0x9C4393) is unknown color: approx Violet Blue. HEX triplet: 9C, 43 and 93. RGB value is (156,67,147). Sum of RGB (Red+Green+Blue) = 156+67+147=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4393 is #63BC6C. Grayscale: #666666. Windows color (decimal): -6536301 or 9651100. OLE color: 9651100.

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

Color convert

RGB15667147-
CMYK00.570.060.39
HSL306.07º39.91%43.73%-
HSV(B)306.07º57.05%61.18%-
XYZ20.9813.1929.04-
YUV102.73152.99166-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.16%
GREEN value IS 67 (26.56% from 255) = 18.11%
BLUE value IS 147 (57.81% from 255) = 39.73%
R=42.16%
G=18.11%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566714700.570.060.39306.0739.9143.73
Hex9C4393039627132282c
Octal2341032230716474625054
Binary100111001000011100100110111001110100111100110010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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