Shades of Violet Blue #9E699B
Tints of Violet Blue #9E699B
RGB
CMYK
RGB Variations
Color information
#9E699B (or 0x9E699B) is known color: Violet Blue. HEX triplet: 9E, 69 and 9B. RGB value is (158,105,155). Sum of RGB (Red+Green+Blue) = 158+105+155=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 158 - color contains mainly: red. Hex color #9E699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E699B is #619664. Grayscale: #7E7E7E. Windows color (decimal): -6395493 or 10185118. OLE color: 10185118.
HSL color Cylindrical-coordinate representation of color #9E699B: hue angle of 303.4º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E699B is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 105 | 155 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.38 |
| HSL | 303.4º | 0.21% | 0.52% | - |
| HSV(B) | 303.4º | 0.34% | 0.62% | - |
| XYZ | 25.07 | 19.74 | 33.5 | - |
| YUV | 126.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 155 | 0 | 0.34 | 0.02 | 0.38 | 303.4 | 0.21 | 0.52 |
| Hex | 9E | 69 | 9B | 0 | 22 | 2 | 26 | 12F | 15 | 34 |
| Octal | 236 | 151 | 233 | 0 | 42 | 2 | 46 | 457 | 25 | 64 |
| Binary | 10011110 | 1101001 | 10011011 | 0 | 100010 | 10 | 100110 | 100101111 | 10101 | 110100 |
Color Harmonies of #9E699B
Complementary color
Monochromatic Colors of #9E699B
Black with #9E699B
Text Example
Text Example
White with #9E699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E699B; }
p { color: rgb(158,105,155); }
H1.HeaderClassName
{
color: #9E699B;
}
.AnyTagClassName
{
color: #9E699B;
}
</style>
background-color css
<style>
a { background-color: #9E699B; }
a { background-color: rgb(158,105,155); }
div.DivClassName
{
background-color: #9E699B;
}
.BgClassName
{
background-color: #9E699B;
}
</style>
border-color css
<style>
span { border-color: #9E699B; }
span { border-color: rgb(158,105,155); }
td.TdClassName
{
border-color: #9E699B;
}
.TagClassName
{
border-color: #9E699B;
}
</style>