Shades of Violet Blue #994397
Tints of Violet Blue #994397
RGB
CMYK
RGB Variations
Color information
#994397 (or 0x994397) is known color: 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
| RGB | 153 | 67 | 151 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.4 |
| HSL | 301.4º | 0.39% | 0.43% | - |
| HSV(B) | 301.4º | 0.56% | 0.6% | - |
| XYZ | 20.73 | 13.02 | 30.7 | - |
| YUV | 102.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 151 | 0 | 0.56 | 0.01 | 0.4 | 301.4 | 0.39 | 0.43 |
| Hex | 99 | 43 | 97 | 0 | 38 | 1 | 28 | 12D | 27 | 2B |
| Octal | 231 | 103 | 227 | 0 | 70 | 1 | 50 | 455 | 47 | 53 |
| Binary | 10011001 | 1000011 | 10010111 | 0 | 111000 | 1 | 101000 | 100101101 | 100111 | 101011 |
Color Harmonies of #994397
Complementary color
Monochromatic Colors of #994397
Black with #994397
Text Example
Text Example
White with #994397
Text Example
Text Example
HTML Codes & Css Web 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>