Shades of True V #9076D0
Tints of True V #9076D0
RGB
CMYK
RGB Variations
Color information
#9076D0 (or 0x9076D0) is known color: True V. HEX triplet: 90, 76 and D0. RGB value is (144,118,208). Sum of RGB (Red+Green+Blue) = 144+118+208=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #9076D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076D0 is #6F892F. Grayscale: #878787. Windows color (decimal): -7309616 or 13661840. OLE color: 13661840.
HSL color Cylindrical-coordinate representation of color #9076D0: hue angle of 257.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9076D0 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 118 | 208 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.18 |
| HSL | 257.33º | 0.49% | 0.64% | - |
| HSV(B) | 257.33º | 0.43% | 0.82% | - |
| XYZ | 29.37 | 23.44 | 62.65 | - |
| YUV | 136.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 208 | 0.31 | 0.43 | 0 | 0.18 | 257.33 | 0.49 | 0.64 |
| Hex | 90 | 76 | D0 | 1F | 2B | 0 | 12 | 101 | 31 | 40 |
| Octal | 220 | 166 | 320 | 37 | 53 | 0 | 22 | 401 | 61 | 100 |
| Binary | 10010000 | 1110110 | 11010000 | 11111 | 101011 | 0 | 10010 | 100000001 | 110001 | 1000000 |
Color Harmonies of #9076D0
Complementary color
Monochromatic Colors of #9076D0
Black with #9076D0
Text Example
Text Example
White with #9076D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9076D0; }
p { color: rgb(144,118,208); }
H1.HeaderClassName
{
color: #9076D0;
}
.AnyTagClassName
{
color: #9076D0;
}
</style>
background-color css
<style>
a { background-color: #9076D0; }
a { background-color: rgb(144,118,208); }
div.DivClassName
{
background-color: #9076D0;
}
.BgClassName
{
background-color: #9076D0;
}
</style>
border-color css
<style>
span { border-color: #9076D0; }
span { border-color: rgb(144,118,208); }
td.TdClassName
{
border-color: #9076D0;
}
.TagClassName
{
border-color: #9076D0;
}
</style>