Shades of True V #8970D0
Tints of True V #8970D0
RGB
CMYK
RGB Variations
Color information
#8970D0 (or 0x8970D0) is known color: True V. HEX triplet: 89, 70 and D0. RGB value is (137,112,208). Sum of RGB (Red+Green+Blue) = 137+112+208=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #8970D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8970D0 is #768F2F. Grayscale: #828282. Windows color (decimal): -7769904 or 13660297. OLE color: 13660297.
HSL color Cylindrical-coordinate representation of color #8970D0: hue angle of 255.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8970D0 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 112 | 208 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.18 |
| HSL | 255.63º | 0.51% | 0.63% | - |
| HSV(B) | 255.63º | 0.46% | 0.82% | - |
| XYZ | 27.5 | 21.46 | 62.37 | - |
| YUV | 130.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 112 | 208 | 0.34 | 0.46 | 0 | 0.18 | 255.63 | 0.51 | 0.63 |
| Hex | 89 | 70 | D0 | 22 | 2E | 0 | 12 | 100 | 33 | 3F |
| Octal | 211 | 160 | 320 | 42 | 56 | 0 | 22 | 400 | 63 | 77 |
| Binary | 10001001 | 1110000 | 11010000 | 100010 | 101110 | 0 | 10010 | 100000000 | 110011 | 111111 |
Color Harmonies of #8970D0
Complementary color
Monochromatic Colors of #8970D0
Black with #8970D0
Text Example
Text Example
White with #8970D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8970D0; }
p { color: rgb(137,112,208); }
H1.HeaderClassName
{
color: #8970D0;
}
.AnyTagClassName
{
color: #8970D0;
}
</style>
background-color css
<style>
a { background-color: #8970D0; }
a { background-color: rgb(137,112,208); }
div.DivClassName
{
background-color: #8970D0;
}
.BgClassName
{
background-color: #8970D0;
}
</style>
border-color css
<style>
span { border-color: #8970D0; }
span { border-color: rgb(137,112,208); }
td.TdClassName
{
border-color: #8970D0;
}
.TagClassName
{
border-color: #8970D0;
}
</style>