Shades of Violet Blue #98669C
Tints of Violet Blue #98669C
RGB
CMYK
RGB Variations
Color information
#98669C (or 0x98669C) is known color: Violet Blue. HEX triplet: 98, 66 and 9C. RGB value is (152,102,156). Sum of RGB (Red+Green+Blue) = 152+102+156=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #98669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98669C is #679963. Grayscale: #7A7A7A. Windows color (decimal): -6789476 or 10249880. OLE color: 10249880.
HSL color Cylindrical-coordinate representation of color #98669C: hue angle of 295.56º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98669C is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 102 | 156 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.39 |
| HSL | 295.56º | 0.21% | 0.51% | - |
| HSV(B) | 295.56º | 0.35% | 0.61% | - |
| XYZ | 23.7 | 18.58 | 33.79 | - |
| YUV | 123.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 156 | 0.03 | 0.35 | 0 | 0.39 | 295.56 | 0.21 | 0.51 |
| Hex | 98 | 66 | 9C | 3 | 23 | 0 | 27 | 128 | 15 | 33 |
| Octal | 230 | 146 | 234 | 3 | 43 | 0 | 47 | 450 | 25 | 63 |
| Binary | 10011000 | 1100110 | 10011100 | 11 | 100011 | 0 | 100111 | 100101000 | 10101 | 110011 |
Color Harmonies of #98669C
Complementary color
Monochromatic Colors of #98669C
Black with #98669C
Text Example
Text Example
White with #98669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98669C; }
p { color: rgb(152,102,156); }
H1.HeaderClassName
{
color: #98669C;
}
.AnyTagClassName
{
color: #98669C;
}
</style>
background-color css
<style>
a { background-color: #98669C; }
a { background-color: rgb(152,102,156); }
div.DivClassName
{
background-color: #98669C;
}
.BgClassName
{
background-color: #98669C;
}
</style>
border-color css
<style>
span { border-color: #98669C; }
span { border-color: rgb(152,102,156); }
td.TdClassName
{
border-color: #98669C;
}
.TagClassName
{
border-color: #98669C;
}
</style>