Shades of True V #9073CF
Tints of True V #9073CF
RGB
CMYK
RGB Variations
Color information
#9073CF (or 0x9073CF) is known color: True V. HEX triplet: 90, 73 and CF. RGB value is (144,115,207). Sum of RGB (Red+Green+Blue) = 144+115+207=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #9073CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9073CF is #6F8C30. Grayscale: #858585. Windows color (decimal): -7310385 or 13595536. OLE color: 13595536.
HSL color Cylindrical-coordinate representation of color #9073CF: hue angle of 258.91º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9073CF is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 115 | 207 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.19 |
| HSL | 258.91º | 0.49% | 0.63% | - |
| HSV(B) | 258.91º | 0.44% | 0.81% | - |
| XYZ | 28.89 | 22.7 | 61.89 | - |
| YUV | 134.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 115 | 207 | 0.30 | 0.44 | 0 | 0.19 | 258.91 | 0.49 | 0.63 |
| Hex | 90 | 73 | CF | 1E | 2C | 0 | 13 | 103 | 31 | 3F |
| Octal | 220 | 163 | 317 | 36 | 54 | 0 | 23 | 403 | 61 | 77 |
| Binary | 10010000 | 1110011 | 11001111 | 11110 | 101100 | 0 | 10011 | 100000011 | 110001 | 111111 |
Color Harmonies of #9073CF
Complementary color
Monochromatic Colors of #9073CF
Black with #9073CF
Text Example
Text Example
White with #9073CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9073CF; }
p { color: rgb(144,115,207); }
H1.HeaderClassName
{
color: #9073CF;
}
.AnyTagClassName
{
color: #9073CF;
}
</style>
background-color css
<style>
a { background-color: #9073CF; }
a { background-color: rgb(144,115,207); }
div.DivClassName
{
background-color: #9073CF;
}
.BgClassName
{
background-color: #9073CF;
}
</style>
border-color css
<style>
span { border-color: #9073CF; }
span { border-color: rgb(144,115,207); }
td.TdClassName
{
border-color: #9073CF;
}
.TagClassName
{
border-color: #9073CF;
}
</style>