#994394

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

Shades of Violet Blue #994394

Tints of Violet Blue #994394

Color information

#994394 (or 0x994394) is unknown color: approx Violet Blue. HEX triplet: 99, 43 and 94. RGB value is (153,67,148). Sum of RGB (Red+Green+Blue) = 153+67+148=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #994394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994394 is #66BC6B. Grayscale: #656565. Windows color (decimal): -6732908 or 9716633. OLE color: 9716633.

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

Color convert

RGB15367148-
CMYK00.560.030.4
HSL303.49º39.09%43.14%-
HSV(B)303.49º56.21%60%-
XYZ20.4912.9229.43-
YUV101.95153.99164.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.58%
GREEN value IS 67 (26.56% from 255) = 18.21%
BLUE value IS 148 (58.20% from 255) = 40.22%
R=41.58%
G=18.21%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536714800.560.030.4303.4939.0943.14
Hex99439403832812f272b
Octal2311032240703504574753
Binary10011001100001110010100011100011101000100101111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994394; }

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

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

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

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

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

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

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

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