Shades of Violet Blue #94699B
Tints of Violet Blue #94699B
RGB
CMYK
RGB Variations
Color information
#94699B (or 0x94699B) is known color: Violet Blue. HEX triplet: 94, 69 and 9B. RGB value is (148,105,155). Sum of RGB (Red+Green+Blue) = 148+105+155=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #94699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94699B is #6B9664. Grayscale: #7B7B7B. Windows color (decimal): -7050853 or 10185108. OLE color: 10185108.
HSL color Cylindrical-coordinate representation of color #94699B: hue angle of 291.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94699B is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 105 | 155 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.39 |
| HSL | 291.6º | 0.2% | 0.51% | - |
| HSV(B) | 291.6º | 0.32% | 0.61% | - |
| XYZ | 23.18 | 18.77 | 33.41 | - |
| YUV | 123.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 155 | 0.05 | 0.32 | 0 | 0.39 | 291.6 | 0.2 | 0.51 |
| Hex | 94 | 69 | 9B | 5 | 20 | 0 | 27 | 124 | 14 | 33 |
| Octal | 224 | 151 | 233 | 5 | 40 | 0 | 47 | 444 | 24 | 63 |
| Binary | 10010100 | 1101001 | 10011011 | 101 | 100000 | 0 | 100111 | 100100100 | 10100 | 110011 |
Color Harmonies of #94699B
Complementary color
Monochromatic Colors of #94699B
Black with #94699B
Text Example
Text Example
White with #94699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94699B; }
p { color: rgb(148,105,155); }
H1.HeaderClassName
{
color: #94699B;
}
.AnyTagClassName
{
color: #94699B;
}
</style>
background-color css
<style>
a { background-color: #94699B; }
a { background-color: rgb(148,105,155); }
div.DivClassName
{
background-color: #94699B;
}
.BgClassName
{
background-color: #94699B;
}
</style>
border-color css
<style>
span { border-color: #94699B; }
span { border-color: rgb(148,105,155); }
td.TdClassName
{
border-color: #94699B;
}
.TagClassName
{
border-color: #94699B;
}
</style>