Shades of True V #9071CA
Tints of True V #9071CA
RGB
CMYK
RGB Variations
Color information
#9071CA (or 0x9071CA) is known color: True V. HEX triplet: 90, 71 and CA. RGB value is (144,113,202). Sum of RGB (Red+Green+Blue) = 144+113+202=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #9071CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9071CA is #6F8E35. Grayscale: #848484. Windows color (decimal): -7310902 or 13267344. OLE color: 13267344.
HSL color Cylindrical-coordinate representation of color #9071CA: hue angle of 260.9º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9071CA is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 113 | 202 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.21 |
| HSL | 260.9º | 0.46% | 0.62% | - |
| HSV(B) | 260.9º | 0.44% | 0.79% | - |
| XYZ | 28.07 | 22 | 58.64 | - |
| YUV | 132.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 113 | 202 | 0.29 | 0.44 | 0 | 0.21 | 260.9 | 0.46 | 0.62 |
| Hex | 90 | 71 | CA | 1D | 2C | 0 | 15 | 105 | 2E | 3E |
| Octal | 220 | 161 | 312 | 35 | 54 | 0 | 25 | 405 | 56 | 76 |
| Binary | 10010000 | 1110001 | 11001010 | 11101 | 101100 | 0 | 10101 | 100000101 | 101110 | 111110 |
Color Harmonies of #9071CA
Complementary color
Monochromatic Colors of #9071CA
Black with #9071CA
Text Example
Text Example
White with #9071CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9071CA; }
p { color: rgb(144,113,202); }
H1.HeaderClassName
{
color: #9071CA;
}
.AnyTagClassName
{
color: #9071CA;
}
</style>
background-color css
<style>
a { background-color: #9071CA; }
a { background-color: rgb(144,113,202); }
div.DivClassName
{
background-color: #9071CA;
}
.BgClassName
{
background-color: #9071CA;
}
</style>
border-color css
<style>
span { border-color: #9071CA; }
span { border-color: rgb(144,113,202); }
td.TdClassName
{
border-color: #9071CA;
}
.TagClassName
{
border-color: #9071CA;
}
</style>