Shades of Violet Blue #94608C
Tints of Violet Blue #94608C
RGB
CMYK
RGB Variations
Color information
#94608C (or 0x94608C) is known color: Violet Blue. HEX triplet: 94, 60 and 8C. RGB value is (148,96,140). Sum of RGB (Red+Green+Blue) = 148+96+140=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #94608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94608C is #6B9F73. Grayscale: #747474. Windows color (decimal): -7053172 or 9199764. OLE color: 9199764.
HSL color Cylindrical-coordinate representation of color #94608C: hue angle of 309.23º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94608C is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 96 | 140 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.42 |
| HSL | 309.23º | 0.21% | 0.48% | - |
| HSV(B) | 309.23º | 0.35% | 0.58% | - |
| XYZ | 21.13 | 16.56 | 26.89 | - |
| YUV | 116.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 96 | 140 | 0 | 0.35 | 0.05 | 0.42 | 309.23 | 0.21 | 0.48 |
| Hex | 94 | 60 | 8C | 0 | 23 | 5 | 2A | 135 | 15 | 30 |
| Octal | 224 | 140 | 214 | 0 | 43 | 5 | 52 | 465 | 25 | 60 |
| Binary | 10010100 | 1100000 | 10001100 | 0 | 100011 | 101 | 101010 | 100110101 | 10101 | 110000 |
Color Harmonies of #94608C
Complementary color
Monochromatic Colors of #94608C
Black with #94608C
Text Example
Text Example
White with #94608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94608C; }
p { color: rgb(148,96,140); }
H1.HeaderClassName
{
color: #94608C;
}
.AnyTagClassName
{
color: #94608C;
}
</style>
background-color css
<style>
a { background-color: #94608C; }
a { background-color: rgb(148,96,140); }
div.DivClassName
{
background-color: #94608C;
}
.BgClassName
{
background-color: #94608C;
}
</style>
border-color css
<style>
span { border-color: #94608C; }
span { border-color: rgb(148,96,140); }
td.TdClassName
{
border-color: #94608C;
}
.TagClassName
{
border-color: #94608C;
}
</style>