#9C4899

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

Shades of Violet Blue #9C4899

Tints of Violet Blue #9C4899

Color information

#9C4899 (or 0x9C4899) is unknown color: approx Violet Blue. HEX triplet: 9C, 48 and 99. RGB value is (156,72,153). Sum of RGB (Red+Green+Blue) = 156+72+153=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4899 is #63B766. Grayscale: #6A6A6A. Windows color (decimal): -6535015 or 10045596. OLE color: 10045596.

HSL color Cylindrical-coordinate representation of color #9C4899: hue angle of 302.14º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C4899 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB15672153-
CMYK00.540.020.39
HSL302.14º36.84%44.71%-
HSV(B)302.14º53.85%61.18%-
XYZ21.781431.69-
YUV106.35154.33163.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.94%
GREEN value IS 72 (28.52% from 255) = 18.90%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=40.94%
G=18.90%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567215300.540.020.39302.1436.8444.71
Hex9C489903622712e252d
Octal2341102310662474564555
Binary10011100100100010011001011011010100111100101110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,72,153); }

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

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

 a { background-color: rgb(156,72,153); }

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

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

 span { border-color: rgb(156,72,153); }

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