#994F96

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

Shades of Violet Blue #994F96

Tints of Violet Blue #994F96

Color information

#994F96 (or 0x994F96) is unknown color: approx Violet Blue. HEX triplet: 99, 4F and 96. RGB value is (153,79,150). Sum of RGB (Red+Green+Blue) = 153+79+150=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #994F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994F96 is #66B069. Grayscale: #6D6D6D. Windows color (decimal): -6729834 or 9850777. OLE color: 9850777.

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

Color convert

RGB15379150-
CMYK00.480.020.4
HSL302.43º31.9%45.49%-
HSV(B)302.43º48.37%60%-
XYZ21.4414.5730.54-
YUV109.22151.02159.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 79 (31.25% from 255) = 20.68%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=40.05%
G=20.68%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537915000.480.020.4302.4331.945.49
Hex994F9603022812e202d
Octal2311172260602504564055
Binary10011001100111110010110011000010101000100101110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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