Shades of Violet Blue #94619B
Tints of Violet Blue #94619B
RGB
CMYK
RGB Variations
Color information
#94619B (or 0x94619B) is known color: Violet Blue. HEX triplet: 94, 61 and 9B. RGB value is (148,97,155). Sum of RGB (Red+Green+Blue) = 148+97+155=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #94619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94619B is #6B9E64. Grayscale: #767676. Windows color (decimal): -7052901 or 10183060. OLE color: 10183060.
HSL color Cylindrical-coordinate representation of color #94619B: hue angle of 292.76º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94619B is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 97 | 155 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.39 |
| HSL | 292.76º | 0.23% | 0.49% | - |
| HSV(B) | 292.76º | 0.37% | 0.61% | - |
| XYZ | 22.4 | 17.21 | 33.15 | - |
| YUV | 118.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 97 | 155 | 0.05 | 0.37 | 0 | 0.39 | 292.76 | 0.23 | 0.49 |
| Hex | 94 | 61 | 9B | 5 | 25 | 0 | 27 | 125 | 17 | 31 |
| Octal | 224 | 141 | 233 | 5 | 45 | 0 | 47 | 445 | 27 | 61 |
| Binary | 10010100 | 1100001 | 10011011 | 101 | 100101 | 0 | 100111 | 100100101 | 10111 | 110001 |
Color Harmonies of #94619B
Complementary color
Monochromatic Colors of #94619B
Black with #94619B
Text Example
Text Example
White with #94619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94619B; }
p { color: rgb(148,97,155); }
H1.HeaderClassName
{
color: #94619B;
}
.AnyTagClassName
{
color: #94619B;
}
</style>
background-color css
<style>
a { background-color: #94619B; }
a { background-color: rgb(148,97,155); }
div.DivClassName
{
background-color: #94619B;
}
.BgClassName
{
background-color: #94619B;
}
</style>
border-color css
<style>
span { border-color: #94619B; }
span { border-color: rgb(148,97,155); }
td.TdClassName
{
border-color: #94619B;
}
.TagClassName
{
border-color: #94619B;
}
</style>