Shades of True V #9072D0
Tints of True V #9072D0
RGB
CMYK
RGB Variations
Color information
#9072D0 (or 0x9072D0) is known color: True V. HEX triplet: 90, 72 and D0. RGB value is (144,114,208). Sum of RGB (Red+Green+Blue) = 144+114+208=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #9072D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9072D0 is #6F8D2F. Grayscale: #858585. Windows color (decimal): -7310640 or 13660816. OLE color: 13660816.
HSL color Cylindrical-coordinate representation of color #9072D0: hue angle of 259.15º 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 #9072D0 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 114 | 208 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.18 |
| HSL | 259.15º | 0.5% | 0.63% | - |
| HSV(B) | 259.15º | 0.45% | 0.82% | - |
| XYZ | 28.9 | 22.52 | 62.5 | - |
| YUV | 133.69 | 169.94 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 208 | 0.31 | 0.45 | 0 | 0.18 | 259.15 | 0.5 | 0.63 |
| Hex | 90 | 72 | D0 | 1F | 2D | 0 | 12 | 103 | 32 | 3F |
| Octal | 220 | 162 | 320 | 37 | 55 | 0 | 22 | 403 | 62 | 77 |
| Binary | 10010000 | 1110010 | 11010000 | 11111 | 101101 | 0 | 10010 | 100000011 | 110010 | 111111 |
Color Harmonies of #9072D0
Complementary color
Monochromatic Colors of #9072D0
Black with #9072D0
Text Example
Text Example
White with #9072D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9072D0; }
p { color: rgb(144,114,208); }
H1.HeaderClassName
{
color: #9072D0;
}
.AnyTagClassName
{
color: #9072D0;
}
</style>
background-color css
<style>
a { background-color: #9072D0; }
a { background-color: rgb(144,114,208); }
div.DivClassName
{
background-color: #9072D0;
}
.BgClassName
{
background-color: #9072D0;
}
</style>
border-color css
<style>
span { border-color: #9072D0; }
span { border-color: rgb(144,114,208); }
td.TdClassName
{
border-color: #9072D0;
}
.TagClassName
{
border-color: #9072D0;
}
</style>