Shades of Violet Blue #94629C
Tints of Violet Blue #94629C
RGB
CMYK
RGB Variations
Color information
#94629C (or 0x94629C) is known color: Violet Blue. HEX triplet: 94, 62 and 9C. RGB value is (148,98,156). Sum of RGB (Red+Green+Blue) = 148+98+156=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #94629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94629C is #6B9D63. Grayscale: #777777. Windows color (decimal): -7052644 or 10248852. OLE color: 10248852.
HSL color Cylindrical-coordinate representation of color #94629C: hue angle of 291.72º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94629C is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 98 | 156 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.39 |
| HSL | 291.72º | 0.23% | 0.5% | - |
| HSV(B) | 291.72º | 0.37% | 0.61% | - |
| XYZ | 22.58 | 17.43 | 33.63 | - |
| YUV | 119.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 156 | 0.05 | 0.37 | 0 | 0.39 | 291.72 | 0.23 | 0.5 |
| Hex | 94 | 62 | 9C | 5 | 25 | 0 | 27 | 124 | 17 | 32 |
| Octal | 224 | 142 | 234 | 5 | 45 | 0 | 47 | 444 | 27 | 62 |
| Binary | 10010100 | 1100010 | 10011100 | 101 | 100101 | 0 | 100111 | 100100100 | 10111 | 110010 |
Color Harmonies of #94629C
Complementary color
Monochromatic Colors of #94629C
Black with #94629C
Text Example
Text Example
White with #94629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94629C; }
p { color: rgb(148,98,156); }
H1.HeaderClassName
{
color: #94629C;
}
.AnyTagClassName
{
color: #94629C;
}
</style>
background-color css
<style>
a { background-color: #94629C; }
a { background-color: rgb(148,98,156); }
div.DivClassName
{
background-color: #94629C;
}
.BgClassName
{
background-color: #94629C;
}
</style>
border-color css
<style>
span { border-color: #94629C; }
span { border-color: rgb(148,98,156); }
td.TdClassName
{
border-color: #94629C;
}
.TagClassName
{
border-color: #94629C;
}
</style>