#994489

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

Shades of Violet Blue #994489

Tints of Violet Blue #994489

Color information

#994489 (or 0x994489) is unknown color: approx Violet Blue. HEX triplet: 99, 44 and 89. RGB value is (153,68,137). Sum of RGB (Red+Green+Blue) = 153+68+137=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #994489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994489 is #66BB76. Grayscale: #656565. Windows color (decimal): -6732663 or 8995993. OLE color: 8995993.

HSL color Cylindrical-coordinate representation of color #994489: hue angle of 311.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994489 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB15368137-
CMYK00.560.100.4
HSL311.29º38.46%43.33%-
HSV(B)311.29º55.56%60%-
XYZ19.7212.7125.08-
YUV101.28148.16164.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 68 (26.95% from 255) = 18.99%
BLUE value IS 137 (53.91% from 255) = 38.27%
R=42.74%
G=18.99%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536813700.560.100.4311.2938.4643.33
Hex994489038A28137262b
Octal23110421107012504674653
Binary1001100110001001000100101110001010101000100110111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994489; }

 p { color: rgb(153,68,137); }

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

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

 a { background-color: rgb(153,68,137); }

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

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

 span { border-color: rgb(153,68,137); }

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