Shades of True V #9170CF
Tints of True V #9170CF
RGB
CMYK
RGB Variations
Color information
#9170CF (or 0x9170CF) is known color: True V. HEX triplet: 91, 70 and CF. RGB value is (145,112,207). Sum of RGB (Red+Green+Blue) = 145+112+207=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #9170CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9170CF is #6E8F30. Grayscale: #848484. Windows color (decimal): -7245617 or 13594769. OLE color: 13594769.
HSL color Cylindrical-coordinate representation of color #9170CF: hue angle of 260.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9170CF is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 112 | 207 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.19 |
| HSL | 260.84º | 0.5% | 0.63% | - |
| HSV(B) | 260.84º | 0.46% | 0.81% | - |
| XYZ | 28.73 | 22.11 | 61.79 | - |
| YUV | 132.7 | 169.93 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 207 | 0.30 | 0.46 | 0 | 0.19 | 260.84 | 0.5 | 0.63 |
| Hex | 91 | 70 | CF | 1E | 2E | 0 | 13 | 105 | 32 | 3F |
| Octal | 221 | 160 | 317 | 36 | 56 | 0 | 23 | 405 | 62 | 77 |
| Binary | 10010001 | 1110000 | 11001111 | 11110 | 101110 | 0 | 10011 | 100000101 | 110010 | 111111 |
Color Harmonies of #9170CF
Complementary color
Monochromatic Colors of #9170CF
Black with #9170CF
Text Example
Text Example
White with #9170CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9170CF; }
p { color: rgb(145,112,207); }
H1.HeaderClassName
{
color: #9170CF;
}
.AnyTagClassName
{
color: #9170CF;
}
</style>
background-color css
<style>
a { background-color: #9170CF; }
a { background-color: rgb(145,112,207); }
div.DivClassName
{
background-color: #9170CF;
}
.BgClassName
{
background-color: #9170CF;
}
</style>
border-color css
<style>
span { border-color: #9170CF; }
span { border-color: rgb(145,112,207); }
td.TdClassName
{
border-color: #9170CF;
}
.TagClassName
{
border-color: #9170CF;
}
</style>