Shades of True V #9073D0
Tints of True V #9073D0
RGB
CMYK
RGB Variations
Color information
#9073D0 (or 0x9073D0) is known color: True V. HEX triplet: 90, 73 and D0. RGB value is (144,115,208). Sum of RGB (Red+Green+Blue) = 144+115+208=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #9073D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9073D0 is #6F8C2F. Grayscale: #858585. Windows color (decimal): -7310384 or 13661072. OLE color: 13661072.
HSL color Cylindrical-coordinate representation of color #9073D0: hue angle of 258.71º 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 #9073D0 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 115 | 208 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.18 |
| HSL | 258.71º | 0.5% | 0.63% | - |
| HSV(B) | 258.71º | 0.45% | 0.82% | - |
| XYZ | 29.02 | 22.74 | 62.54 | - |
| YUV | 134.27 | 169.61 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 115 | 208 | 0.31 | 0.45 | 0 | 0.18 | 258.71 | 0.5 | 0.63 |
| Hex | 90 | 73 | D0 | 1F | 2D | 0 | 12 | 103 | 32 | 3F |
| Octal | 220 | 163 | 320 | 37 | 55 | 0 | 22 | 403 | 62 | 77 |
| Binary | 10010000 | 1110011 | 11010000 | 11111 | 101101 | 0 | 10010 | 100000011 | 110010 | 111111 |
Color Harmonies of #9073D0
Complementary color
Monochromatic Colors of #9073D0
Black with #9073D0
Text Example
Text Example
White with #9073D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9073D0; }
p { color: rgb(144,115,208); }
H1.HeaderClassName
{
color: #9073D0;
}
.AnyTagClassName
{
color: #9073D0;
}
</style>
background-color css
<style>
a { background-color: #9073D0; }
a { background-color: rgb(144,115,208); }
div.DivClassName
{
background-color: #9073D0;
}
.BgClassName
{
background-color: #9073D0;
}
</style>
border-color css
<style>
span { border-color: #9073D0; }
span { border-color: rgb(144,115,208); }
td.TdClassName
{
border-color: #9073D0;
}
.TagClassName
{
border-color: #9073D0;
}
</style>