#994890

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

Shades of Violet Blue #994890

Tints of Violet Blue #994890

Color information

#994890 (or 0x994890) is unknown color: approx Violet Blue. HEX triplet: 99, 48 and 90. RGB value is (153,72,144). Sum of RGB (Red+Green+Blue) = 153+72+144=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #994890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994890 is #66B76F. Grayscale: #686868. Windows color (decimal): -6731632 or 9455769. OLE color: 9455769.

HSL color Cylindrical-coordinate representation of color #994890: hue angle of 306.67º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994890 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB15372144-
CMYK00.530.060.4
HSL306.67º36%44.12%-
HSV(B)306.67º52.94%60%-
XYZ20.4913.4227.9-
YUV104.43150.34162.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 72 (28.52% from 255) = 19.51%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=41.46%
G=19.51%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537214400.530.060.4306.673644.12
Hex994890035628133242c
Octal2311102200656504634454
Binary100110011001000100100000110101110101000100110011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994890; }

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

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

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

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

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

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

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

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