Shades of True V #9076D1
Tints of True V #9076D1
RGB
CMYK
RGB Variations
Color information
#9076D1 (or 0x9076D1) is known color: True V. HEX triplet: 90, 76 and D1. RGB value is (144,118,209). Sum of RGB (Red+Green+Blue) = 144+118+209=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #9076D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076D1 is #6F892E. Grayscale: #878787. Windows color (decimal): -7309615 or 13727376. OLE color: 13727376.
HSL color Cylindrical-coordinate representation of color #9076D1: hue angle of 257.14º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9076D1 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 118 | 209 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.18 |
| HSL | 257.14º | 0.5% | 0.64% | - |
| HSV(B) | 257.14º | 0.44% | 0.82% | - |
| XYZ | 29.49 | 23.49 | 63.3 | - |
| YUV | 136.15 | 169.11 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 209 | 0.31 | 0.44 | 0 | 0.18 | 257.14 | 0.5 | 0.64 |
| Hex | 90 | 76 | D1 | 1F | 2C | 0 | 12 | 101 | 32 | 40 |
| Octal | 220 | 166 | 321 | 37 | 54 | 0 | 22 | 401 | 62 | 100 |
| Binary | 10010000 | 1110110 | 11010001 | 11111 | 101100 | 0 | 10010 | 100000001 | 110010 | 1000000 |
Color Harmonies of #9076D1
Complementary color
Monochromatic Colors of #9076D1
Black with #9076D1
Text Example
Text Example
White with #9076D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9076D1; }
p { color: rgb(144,118,209); }
H1.HeaderClassName
{
color: #9076D1;
}
.AnyTagClassName
{
color: #9076D1;
}
</style>
background-color css
<style>
a { background-color: #9076D1; }
a { background-color: rgb(144,118,209); }
div.DivClassName
{
background-color: #9076D1;
}
.BgClassName
{
background-color: #9076D1;
}
</style>
border-color css
<style>
span { border-color: #9076D1; }
span { border-color: rgb(144,118,209); }
td.TdClassName
{
border-color: #9076D1;
}
.TagClassName
{
border-color: #9076D1;
}
</style>