Shades of Violet Blue #98769C
Tints of Violet Blue #98769C
RGB
CMYK
RGB Variations
Color information
#98769C (or 0x98769C) is known color: Violet Blue. HEX triplet: 98, 76 and 9C. RGB value is (152,118,156). Sum of RGB (Red+Green+Blue) = 152+118+156=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #98769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98769C is #678963. Grayscale: #848484. Windows color (decimal): -6785380 or 10253976. OLE color: 10253976.
HSL color Cylindrical-coordinate representation of color #98769C: hue angle of 293.68º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98769C is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 118 | 156 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.39 |
| HSL | 293.68º | 0.16% | 0.54% | - |
| HSV(B) | 293.68º | 0.24% | 0.61% | - |
| XYZ | 25.43 | 22.03 | 34.37 | - |
| YUV | 132.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 156 | 0.03 | 0.24 | 0 | 0.39 | 293.68 | 0.16 | 0.54 |
| Hex | 98 | 76 | 9C | 3 | 18 | 0 | 27 | 126 | 10 | 36 |
| Octal | 230 | 166 | 234 | 3 | 30 | 0 | 47 | 446 | 20 | 66 |
| Binary | 10011000 | 1110110 | 10011100 | 11 | 11000 | 0 | 100111 | 100100110 | 10000 | 110110 |
Color Harmonies of #98769C
Complementary color
Monochromatic Colors of #98769C
Black with #98769C
Text Example
Text Example
White with #98769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98769C; }
p { color: rgb(152,118,156); }
H1.HeaderClassName
{
color: #98769C;
}
.AnyTagClassName
{
color: #98769C;
}
</style>
background-color css
<style>
a { background-color: #98769C; }
a { background-color: rgb(152,118,156); }
div.DivClassName
{
background-color: #98769C;
}
.BgClassName
{
background-color: #98769C;
}
</style>
border-color css
<style>
span { border-color: #98769C; }
span { border-color: rgb(152,118,156); }
td.TdClassName
{
border-color: #98769C;
}
.TagClassName
{
border-color: #98769C;
}
</style>