#994397

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

Shades of Violet Blue #994397

Tints of Violet Blue #994397

Color information

#994397 (or 0x994397) is unknown color: approx Violet Blue. HEX triplet: 99, 43 and 97. RGB value is (153,67,151). Sum of RGB (Red+Green+Blue) = 153+67+151=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #994397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994397 is #66BC68. Grayscale: #666666. Windows color (decimal): -6732905 or 9913241. OLE color: 9913241.

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

Color convert

RGB15367151-
CMYK00.560.010.4
HSL301.4º39.09%43.14%-
HSV(B)301.4º56.21%60%-
XYZ20.7313.0230.7-
YUV102.29155.49164.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 67 (26.56% from 255) = 18.06%
BLUE value IS 151 (59.38% from 255) = 40.70%
R=41.24%
G=18.06%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536715100.560.010.4301.439.0943.14
Hex99439703812812d272b
Octal2311032270701504554753
Binary1001100110000111001011101110001101000100101101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994397; }

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

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

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

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

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

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

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

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