#994C96

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

Shades of Violet Blue #994C96

Tints of Violet Blue #994C96

Color information

#994C96 (or 0x994C96) is unknown color: approx Violet Blue. HEX triplet: 99, 4C and 96. RGB value is (153,76,150). Sum of RGB (Red+Green+Blue) = 153+76+150=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #994C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C96 is #66B369. Grayscale: #6B6B6B. Windows color (decimal): -6730602 or 9850009. OLE color: 9850009.

HSL color Cylindrical-coordinate representation of color #994C96: hue angle of 302.34º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994C96 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB15376150-
CMYK00.500.020.4
HSL302.34º33.62%44.9%-
HSV(B)302.34º50.33%60%-
XYZ21.2314.1430.47-
YUV107.46152.01160.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 76 (30.08% from 255) = 20.05%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=40.37%
G=20.05%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537615000.500.020.4302.3433.6244.9
Hex994C9603222812e222d
Octal2311142260622504564255
Binary10011001100110010010110011001010101000100101110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994C96; }

 p { color: rgb(153,76,150); }

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

<style>
 a { background-color: #994C96; }

 a { background-color: rgb(153,76,150); }

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

<style>
 span { border-color: #994C96; }

 span { border-color: rgb(153,76,150); }

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