#994399

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

Shades of Violet Blue #994399

Tints of Violet Blue #994399

Color information

#994399 (or 0x994399) is unknown color: approx Violet Blue. HEX triplet: 99, 43 and 99. RGB value is (153,67,153). Sum of RGB (Red+Green+Blue) = 153+67+153=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #994399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994399 is #66BC66. Grayscale: #666666. Windows color (decimal): -6732903 or 10044313. OLE color: 10044313.

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

Color convert

RGB15367153-
CMYK00.5600.4
HSL300º39.09%43.14%-
HSV(B)300º56.21%60%-
XYZ20.8913.0931.56-
YUV102.52156.49164.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 67 (26.56% from 255) = 17.96%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=41.02%
G=17.96%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536715300.5600.430039.0943.14
Hex99439903802812c272b
Octal2311032310700504544753
Binary1001100110000111001100101110000101000100101100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994399; }

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

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

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

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

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

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

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

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