Shades of Violet Blue #98468C
Tints of Violet Blue #98468C
RGB
CMYK
RGB Variations
Color information
#98468C (or 0x98468C) is known color: Violet Blue. HEX triplet: 98, 46 and 8C. RGB value is (152,70,140). Sum of RGB (Red+Green+Blue) = 152+70+140=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #98468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98468C is #67B973. Grayscale: #666666. Windows color (decimal): -6797684 or 9193112. OLE color: 9193112.
HSL color Cylindrical-coordinate representation of color #98468C: hue angle of 308.78º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98468C is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 140 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.40 |
| HSL | 308.78º | 0.37% | 0.44% | - |
| HSV(B) | 308.78º | 0.54% | 0.6% | - |
| XYZ | 19.87 | 12.95 | 26.26 | - |
| YUV | 102.5 | 149.17 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 140 | 0 | 0.54 | 0.08 | 0.40 | 308.78 | 0.37 | 0.44 |
| Hex | 98 | 46 | 8C | 0 | 36 | 8 | 28 | 135 | 25 | 2C |
| Octal | 230 | 106 | 214 | 0 | 66 | 10 | 50 | 465 | 45 | 54 |
| Binary | 10011000 | 1000110 | 10001100 | 0 | 110110 | 1000 | 101000 | 100110101 | 100101 | 101100 |
Color Harmonies of #98468C
Complementary color
Monochromatic Colors of #98468C
Black with #98468C
Text Example
Text Example
White with #98468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98468C; }
p { color: rgb(152,70,140); }
H1.HeaderClassName
{
color: #98468C;
}
.AnyTagClassName
{
color: #98468C;
}
</style>
background-color css
<style>
a { background-color: #98468C; }
a { background-color: rgb(152,70,140); }
div.DivClassName
{
background-color: #98468C;
}
.BgClassName
{
background-color: #98468C;
}
</style>
border-color css
<style>
span { border-color: #98468C; }
span { border-color: rgb(152,70,140); }
td.TdClassName
{
border-color: #98468C;
}
.TagClassName
{
border-color: #98468C;
}
</style>