Shades of Violet Blue #98438C
Tints of Violet Blue #98438C
RGB
CMYK
RGB Variations
Color information
#98438C (or 0x98438C) is known color: Violet Blue. HEX triplet: 98, 43 and 8C. RGB value is (152,67,140). Sum of RGB (Red+Green+Blue) = 152+67+140=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98438C is #67BC73. Grayscale: #646464. Windows color (decimal): -6798452 or 9192344. OLE color: 9192344.
HSL color Cylindrical-coordinate representation of color #98438C: hue angle of 308.47º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98438C is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 140 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.40 |
| HSL | 308.47º | 0.39% | 0.43% | - |
| HSV(B) | 308.47º | 0.56% | 0.6% | - |
| XYZ | 19.69 | 12.58 | 26.2 | - |
| YUV | 100.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 140 | 0 | 0.56 | 0.08 | 0.40 | 308.47 | 0.39 | 0.43 |
| Hex | 98 | 43 | 8C | 0 | 38 | 8 | 28 | 134 | 27 | 2B |
| Octal | 230 | 103 | 214 | 0 | 70 | 10 | 50 | 464 | 47 | 53 |
| Binary | 10011000 | 1000011 | 10001100 | 0 | 111000 | 1000 | 101000 | 100110100 | 100111 | 101011 |
Color Harmonies of #98438C
Complementary color
Monochromatic Colors of #98438C
Black with #98438C
Text Example
Text Example
White with #98438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98438C; }
p { color: rgb(152,67,140); }
H1.HeaderClassName
{
color: #98438C;
}
.AnyTagClassName
{
color: #98438C;
}
</style>
background-color css
<style>
a { background-color: #98438C; }
a { background-color: rgb(152,67,140); }
div.DivClassName
{
background-color: #98438C;
}
.BgClassName
{
background-color: #98438C;
}
</style>
border-color css
<style>
span { border-color: #98438C; }
span { border-color: rgb(152,67,140); }
td.TdClassName
{
border-color: #98438C;
}
.TagClassName
{
border-color: #98438C;
}
</style>