Shades of True V #8973D0
Tints of True V #8973D0
RGB
CMYK
RGB Variations
Color information
#8973D0 (or 0x8973D0) is known color: True V. HEX triplet: 89, 73 and D0. RGB value is (137,115,208). Sum of RGB (Red+Green+Blue) = 137+115+208=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #8973D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8973D0 is #768C2F. Grayscale: #838383. Windows color (decimal): -7769136 or 13661065. OLE color: 13661065.
HSL color Cylindrical-coordinate representation of color #8973D0: hue angle of 254.19º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8973D0 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 115 | 208 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.18 |
| HSL | 254.19º | 0.5% | 0.63% | - |
| HSV(B) | 254.19º | 0.45% | 0.82% | - |
| XYZ | 27.83 | 22.13 | 62.48 | - |
| YUV | 132.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 115 | 208 | 0.34 | 0.45 | 0 | 0.18 | 254.19 | 0.5 | 0.63 |
| Hex | 89 | 73 | D0 | 22 | 2D | 0 | 12 | FE | 32 | 3F |
| Octal | 211 | 163 | 320 | 42 | 55 | 0 | 22 | 376 | 62 | 77 |
| Binary | 10001001 | 1110011 | 11010000 | 100010 | 101101 | 0 | 10010 | 11111110 | 110010 | 111111 |
Color Harmonies of #8973D0
Complementary color
Monochromatic Colors of #8973D0
Black with #8973D0
Text Example
Text Example
White with #8973D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8973D0; }
p { color: rgb(137,115,208); }
H1.HeaderClassName
{
color: #8973D0;
}
.AnyTagClassName
{
color: #8973D0;
}
</style>
background-color css
<style>
a { background-color: #8973D0; }
a { background-color: rgb(137,115,208); }
div.DivClassName
{
background-color: #8973D0;
}
.BgClassName
{
background-color: #8973D0;
}
</style>
border-color css
<style>
span { border-color: #8973D0; }
span { border-color: rgb(137,115,208); }
td.TdClassName
{
border-color: #8973D0;
}
.TagClassName
{
border-color: #8973D0;
}
</style>