#994390

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

Shades of Violet Blue #994390

Tints of Violet Blue #994390

Color information

#994390 (or 0x994390) is unknown color: approx Violet Blue. HEX triplet: 99, 43 and 90. RGB value is (153,67,144). Sum of RGB (Red+Green+Blue) = 153+67+144=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #994390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994390 is #66BC6F. Grayscale: #656565. Windows color (decimal): -6732912 or 9454489. OLE color: 9454489.

HSL color Cylindrical-coordinate representation of color #994390: hue angle of 306.28º degrees, saturation: 0.39, 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 #994390 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB15367144-
CMYK00.560.060.4
HSL306.28º39.09%43.14%-
HSV(B)306.28º56.21%60%-
XYZ20.1812.827.79-
YUV101.49151.99164.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 67 (26.56% from 255) = 18.41%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=42.03%
G=18.41%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536714400.560.060.4306.2839.0943.14
Hex994390038628132272b
Octal2311032200706504624753
Binary100110011000011100100000111000110101000100110010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994390; }

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

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

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

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

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

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

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

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