Shades of Violet Blue #995E8F
Tints of Violet Blue #995E8F
RGB
CMYK
RGB Variations
Color information
#995E8F (or 0x995E8F) is known color: Violet Blue. HEX triplet: 99, 5E and 8F. RGB value is (153,94,143). Sum of RGB (Red+Green+Blue) = 153+94+143=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #995E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995E8F is #66A170. Grayscale: #757575. Windows color (decimal): -6726001 or 9395865. OLE color: 9395865.
HSL color Cylindrical-coordinate representation of color #995E8F: hue angle of 310.17º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #995E8F is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 94 | 143 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.4 |
| HSL | 310.17º | 0.24% | 0.48% | - |
| HSV(B) | 310.17º | 0.39% | 0.6% | - |
| XYZ | 22.1 | 16.76 | 28.06 | - |
| YUV | 117.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 143 | 0 | 0.39 | 0.07 | 0.4 | 310.17 | 0.24 | 0.48 |
| Hex | 99 | 5E | 8F | 0 | 27 | 7 | 28 | 136 | 18 | 30 |
| Octal | 231 | 136 | 217 | 0 | 47 | 7 | 50 | 466 | 30 | 60 |
| Binary | 10011001 | 1011110 | 10001111 | 0 | 100111 | 111 | 101000 | 100110110 | 11000 | 110000 |
Color Harmonies of #995E8F
Complementary color
Monochromatic Colors of #995E8F
Black with #995E8F
Text Example
Text Example
White with #995E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995E8F; }
p { color: rgb(153,94,143); }
H1.HeaderClassName
{
color: #995E8F;
}
.AnyTagClassName
{
color: #995E8F;
}
</style>
background-color css
<style>
a { background-color: #995E8F; }
a { background-color: rgb(153,94,143); }
div.DivClassName
{
background-color: #995E8F;
}
.BgClassName
{
background-color: #995E8F;
}
</style>
border-color css
<style>
span { border-color: #995E8F; }
span { border-color: rgb(153,94,143); }
td.TdClassName
{
border-color: #995E8F;
}
.TagClassName
{
border-color: #995E8F;
}
</style>