#9C4394

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

Shades of Violet Blue #9C4394

Tints of Violet Blue #9C4394

Color information

#9C4394 (or 0x9C4394) is unknown color: approx Violet Blue. HEX triplet: 9C, 43 and 94. RGB value is (156,67,148). Sum of RGB (Red+Green+Blue) = 156+67+148=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4394 is #63BC6B. Grayscale: #666666. Windows color (decimal): -6536300 or 9716636. OLE color: 9716636.

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

Color convert

RGB15667148-
CMYK00.570.050.39
HSL305.39º39.91%43.73%-
HSV(B)305.39º57.05%61.18%-
XYZ21.0613.2229.46-
YUV102.84153.49165.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.05%
GREEN value IS 67 (26.56% from 255) = 18.06%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=42.05%
G=18.06%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566714800.570.050.39305.3939.9143.73
Hex9C4394039527131282c
Octal2341032240715474615054
Binary100111001000011100101000111001101100111100110001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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