#994A90

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

Shades of Violet Blue #994A90

Tints of Violet Blue #994A90

Color information

#994A90 (or 0x994A90) is unknown color: approx Violet Blue. HEX triplet: 99, 4A and 90. RGB value is (153,74,144). Sum of RGB (Red+Green+Blue) = 153+74+144=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #994A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994A90 is #66B56F. Grayscale: #696969. Windows color (decimal): -6731120 or 9456281. OLE color: 9456281.

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

Color convert

RGB15374144-
CMYK00.520.060.4
HSL306.84º34.8%44.51%-
HSV(B)306.84º51.63%60%-
XYZ20.6213.6827.94-
YUV105.6149.67161.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 74 (29.30% from 255) = 19.95%
BLUE value IS 144 (56.64% from 255) = 38.81%
R=41.24%
G=19.95%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537414400.520.060.4306.8434.844.51
Hex994A90034628133232d
Octal2311122200646504634355
Binary100110011001010100100000110100110101000100110011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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