Shades of Violet Blue #995293
Tints of Violet Blue #995293
RGB
CMYK
RGB Variations
Color information
#995293 (or 0x995293) is known color: Violet Blue. HEX triplet: 99, 52 and 93. RGB value is (153,82,147). Sum of RGB (Red+Green+Blue) = 153+82+147=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #995293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995293 is #66AD6C. Grayscale: #6E6E6E. Windows color (decimal): -6729069 or 9654937. OLE color: 9654937.
HSL color Cylindrical-coordinate representation of color #995293: hue angle of 305.07º 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 #995293 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 82 | 147 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.4 |
| HSL | 305.07º | 0.3% | 0.46% | - |
| HSV(B) | 305.07º | 0.46% | 0.6% | - |
| XYZ | 21.42 | 14.91 | 29.35 | - |
| YUV | 110.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 147 | 0 | 0.46 | 0.04 | 0.4 | 305.07 | 0.3 | 0.46 |
| Hex | 99 | 52 | 93 | 0 | 2E | 4 | 28 | 131 | 1E | 2E |
| Octal | 231 | 122 | 223 | 0 | 56 | 4 | 50 | 461 | 36 | 56 |
| Binary | 10011001 | 1010010 | 10010011 | 0 | 101110 | 100 | 101000 | 100110001 | 11110 | 101110 |
Color Harmonies of #995293
Complementary color
Monochromatic Colors of #995293
Black with #995293
Text Example
Text Example
White with #995293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995293; }
p { color: rgb(153,82,147); }
H1.HeaderClassName
{
color: #995293;
}
.AnyTagClassName
{
color: #995293;
}
</style>
background-color css
<style>
a { background-color: #995293; }
a { background-color: rgb(153,82,147); }
div.DivClassName
{
background-color: #995293;
}
.BgClassName
{
background-color: #995293;
}
</style>
border-color css
<style>
span { border-color: #995293; }
span { border-color: rgb(153,82,147); }
td.TdClassName
{
border-color: #995293;
}
.TagClassName
{
border-color: #995293;
}
</style>