Shades of True V #9073CC
Tints of True V #9073CC
RGB
CMYK
RGB Variations
Color information
#9073CC (or 0x9073CC) is known color: True V. HEX triplet: 90, 73 and CC. RGB value is (144,115,204). Sum of RGB (Red+Green+Blue) = 144+115+204=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #9073CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9073CC is #6F8C33. Grayscale: #858585. Windows color (decimal): -7310388 or 13398928. OLE color: 13398928.
HSL color Cylindrical-coordinate representation of color #9073CC: hue angle of 259.55º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9073CC is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 115 | 204 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.2 |
| HSL | 259.55º | 0.47% | 0.63% | - |
| HSV(B) | 259.55º | 0.44% | 0.8% | - |
| XYZ | 28.53 | 22.55 | 59.98 | - |
| YUV | 133.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 115 | 204 | 0.29 | 0.44 | 0 | 0.2 | 259.55 | 0.47 | 0.63 |
| Hex | 90 | 73 | CC | 1D | 2C | 0 | 14 | 104 | 2F | 3F |
| Octal | 220 | 163 | 314 | 35 | 54 | 0 | 24 | 404 | 57 | 77 |
| Binary | 10010000 | 1110011 | 11001100 | 11101 | 101100 | 0 | 10100 | 100000100 | 101111 | 111111 |
Color Harmonies of #9073CC
Complementary color
Monochromatic Colors of #9073CC
Black with #9073CC
Text Example
Text Example
White with #9073CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9073CC; }
p { color: rgb(144,115,204); }
H1.HeaderClassName
{
color: #9073CC;
}
.AnyTagClassName
{
color: #9073CC;
}
</style>
background-color css
<style>
a { background-color: #9073CC; }
a { background-color: rgb(144,115,204); }
div.DivClassName
{
background-color: #9073CC;
}
.BgClassName
{
background-color: #9073CC;
}
</style>
border-color css
<style>
span { border-color: #9073CC; }
span { border-color: rgb(144,115,204); }
td.TdClassName
{
border-color: #9073CC;
}
.TagClassName
{
border-color: #9073CC;
}
</style>