Shades of Violet Blue #995F8E
Tints of Violet Blue #995F8E
RGB
CMYK
RGB Variations
Color information
#995F8E (or 0x995F8E) is known color: Violet Blue. HEX triplet: 99, 5F and 8E. RGB value is (153,95,142). Sum of RGB (Red+Green+Blue) = 153+95+142=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #995F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995F8E is #66A071. Grayscale: #757575. Windows color (decimal): -6725746 or 9330585. OLE color: 9330585.
HSL color Cylindrical-coordinate representation of color #995F8E: hue angle of 311.38º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #995F8E is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 95 | 142 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.4 |
| HSL | 311.38º | 0.23% | 0.49% | - |
| HSV(B) | 311.38º | 0.38% | 0.6% | - |
| XYZ | 22.11 | 16.91 | 27.69 | - |
| YUV | 117.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 142 | 0 | 0.38 | 0.07 | 0.4 | 311.38 | 0.23 | 0.49 |
| Hex | 99 | 5F | 8E | 0 | 26 | 7 | 28 | 137 | 17 | 31 |
| Octal | 231 | 137 | 216 | 0 | 46 | 7 | 50 | 467 | 27 | 61 |
| Binary | 10011001 | 1011111 | 10001110 | 0 | 100110 | 111 | 101000 | 100110111 | 10111 | 110001 |
Color Harmonies of #995F8E
Complementary color
Monochromatic Colors of #995F8E
Black with #995F8E
Text Example
Text Example
White with #995F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995F8E; }
p { color: rgb(153,95,142); }
H1.HeaderClassName
{
color: #995F8E;
}
.AnyTagClassName
{
color: #995F8E;
}
</style>
background-color css
<style>
a { background-color: #995F8E; }
a { background-color: rgb(153,95,142); }
div.DivClassName
{
background-color: #995F8E;
}
.BgClassName
{
background-color: #995F8E;
}
</style>
border-color css
<style>
span { border-color: #995F8E; }
span { border-color: rgb(153,95,142); }
td.TdClassName
{
border-color: #995F8E;
}
.TagClassName
{
border-color: #995F8E;
}
</style>