Shades of Violet Blue #995294
Tints of Violet Blue #995294
RGB
CMYK
RGB Variations
Color information
#995294 (or 0x995294) is known color: Violet Blue. HEX triplet: 99, 52 and 94. RGB value is (153,82,148). Sum of RGB (Red+Green+Blue) = 153+82+148=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #995294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995294 is #66AD6B. Grayscale: #6E6E6E. Windows color (decimal): -6729068 or 9720473. OLE color: 9720473.
HSL color Cylindrical-coordinate representation of color #995294: hue angle of 304.23º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995294 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 148 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.4 |
| HSL | 304.23º | 0.3% | 0.46% | - |
| HSV(B) | 304.23º | 0.46% | 0.6% | - |
| XYZ | 21.5 | 14.95 | 29.77 | - |
| YUV | 110.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 148 | 0 | 0.46 | 0.03 | 0.4 | 304.23 | 0.3 | 0.46 |
| Hex | 99 | 52 | 94 | 0 | 2E | 3 | 28 | 130 | 1E | 2E |
| Octal | 231 | 122 | 224 | 0 | 56 | 3 | 50 | 460 | 36 | 56 |
| Binary | 10011001 | 1010010 | 10010100 | 0 | 101110 | 11 | 101000 | 100110000 | 11110 | 101110 |
Color Harmonies of #995294
Complementary color
Monochromatic Colors of #995294
Black with #995294
Text Example
Text Example
White with #995294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995294; }
p { color: rgb(153,82,148); }
H1.HeaderClassName
{
color: #995294;
}
.AnyTagClassName
{
color: #995294;
}
</style>
background-color css
<style>
a { background-color: #995294; }
a { background-color: rgb(153,82,148); }
div.DivClassName
{
background-color: #995294;
}
.BgClassName
{
background-color: #995294;
}
</style>
border-color css
<style>
span { border-color: #995294; }
span { border-color: rgb(153,82,148); }
td.TdClassName
{
border-color: #995294;
}
.TagClassName
{
border-color: #995294;
}
</style>