Shades of Violet Blue #94639C
Tints of Violet Blue #94639C
RGB
CMYK
RGB Variations
Color information
#94639C (or 0x94639C) is known color: Violet Blue. HEX triplet: 94, 63 and 9C. RGB value is (148,99,156). Sum of RGB (Red+Green+Blue) = 148+99+156=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #94639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94639C is #6B9C63. Grayscale: #777777. Windows color (decimal): -7052388 or 10249108. OLE color: 10249108.
HSL color Cylindrical-coordinate representation of color #94639C: hue angle of 291.58º degrees, saturation: 0.22, 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 #94639C is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 99 | 156 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.39 |
| HSL | 291.58º | 0.22% | 0.5% | - |
| HSV(B) | 291.58º | 0.37% | 0.61% | - |
| XYZ | 22.68 | 17.62 | 33.66 | - |
| YUV | 120.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 99 | 156 | 0.05 | 0.37 | 0 | 0.39 | 291.58 | 0.22 | 0.5 |
| Hex | 94 | 63 | 9C | 5 | 25 | 0 | 27 | 124 | 16 | 32 |
| Octal | 224 | 143 | 234 | 5 | 45 | 0 | 47 | 444 | 26 | 62 |
| Binary | 10010100 | 1100011 | 10011100 | 101 | 100101 | 0 | 100111 | 100100100 | 10110 | 110010 |
Color Harmonies of #94639C
Complementary color
Monochromatic Colors of #94639C
Black with #94639C
Text Example
Text Example
White with #94639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94639C; }
p { color: rgb(148,99,156); }
H1.HeaderClassName
{
color: #94639C;
}
.AnyTagClassName
{
color: #94639C;
}
</style>
background-color css
<style>
a { background-color: #94639C; }
a { background-color: rgb(148,99,156); }
div.DivClassName
{
background-color: #94639C;
}
.BgClassName
{
background-color: #94639C;
}
</style>
border-color css
<style>
span { border-color: #94639C; }
span { border-color: rgb(148,99,156); }
td.TdClassName
{
border-color: #94639C;
}
.TagClassName
{
border-color: #94639C;
}
</style>