Shades of Royal Heath #98437B
Tints of Royal Heath #98437B
RGB
CMYK
RGB Variations
Color information
#98437B (or 0x98437B) is known color: Royal Heath. HEX triplet: 98, 43 and 7B. RGB value is (152,67,123). Sum of RGB (Red+Green+Blue) = 152+67+123=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #98437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98437B is #67BC84. Grayscale: #626262. Windows color (decimal): -6798469 or 8078232. OLE color: 8078232.
HSL color Cylindrical-coordinate representation of color #98437B: hue angle of 320.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 #98437B is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 123 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.40 |
| HSL | 320.47º | 0.39% | 0.43% | - |
| HSV(B) | 320.47º | 0.56% | 0.6% | - |
| XYZ | 18.53 | 12.12 | 20.1 | - |
| YUV | 98.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 123 | 0 | 0.56 | 0.19 | 0.40 | 320.47 | 0.39 | 0.43 |
| Hex | 98 | 43 | 7B | 0 | 38 | 13 | 28 | 140 | 27 | 2B |
| Octal | 230 | 103 | 173 | 0 | 70 | 23 | 50 | 500 | 47 | 53 |
| Binary | 10011000 | 1000011 | 1111011 | 0 | 111000 | 10011 | 101000 | 101000000 | 100111 | 101011 |
Color Harmonies of #98437B
Complementary color
Monochromatic Colors of #98437B
Black with #98437B
Text Example
Text Example
White with #98437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98437B; }
p { color: rgb(152,67,123); }
H1.HeaderClassName
{
color: #98437B;
}
.AnyTagClassName
{
color: #98437B;
}
</style>
background-color css
<style>
a { background-color: #98437B; }
a { background-color: rgb(152,67,123); }
div.DivClassName
{
background-color: #98437B;
}
.BgClassName
{
background-color: #98437B;
}
</style>
border-color css
<style>
span { border-color: #98437B; }
span { border-color: rgb(152,67,123); }
td.TdClassName
{
border-color: #98437B;
}
.TagClassName
{
border-color: #98437B;
}
</style>