Shades of True V #9170CD
Tints of True V #9170CD
RGB
CMYK
RGB Variations
Color information
#9170CD (or 0x9170CD) is known color: True V. HEX triplet: 91, 70 and CD. RGB value is (145,112,205). Sum of RGB (Red+Green+Blue) = 145+112+205=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #9170CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9170CD is #6E8F32. Grayscale: #848484. Windows color (decimal): -7245619 or 13463697. OLE color: 13463697.
HSL color Cylindrical-coordinate representation of color #9170CD: hue angle of 261.29º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9170CD is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 112 | 205 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.20 |
| HSL | 261.29º | 0.48% | 0.62% | - |
| HSV(B) | 261.29º | 0.45% | 0.8% | - |
| XYZ | 28.49 | 22.02 | 60.51 | - |
| YUV | 132.47 | 168.93 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 205 | 0.29 | 0.45 | 0 | 0.20 | 261.29 | 0.48 | 0.62 |
| Hex | 91 | 70 | CD | 1D | 2D | 0 | 14 | 105 | 30 | 3E |
| Octal | 221 | 160 | 315 | 35 | 55 | 0 | 24 | 405 | 60 | 76 |
| Binary | 10010001 | 1110000 | 11001101 | 11101 | 101101 | 0 | 10100 | 100000101 | 110000 | 111110 |
Color Harmonies of #9170CD
Complementary color
Monochromatic Colors of #9170CD
Black with #9170CD
Text Example
Text Example
White with #9170CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9170CD; }
p { color: rgb(145,112,205); }
H1.HeaderClassName
{
color: #9170CD;
}
.AnyTagClassName
{
color: #9170CD;
}
</style>
background-color css
<style>
a { background-color: #9170CD; }
a { background-color: rgb(145,112,205); }
div.DivClassName
{
background-color: #9170CD;
}
.BgClassName
{
background-color: #9170CD;
}
</style>
border-color css
<style>
span { border-color: #9170CD; }
span { border-color: rgb(145,112,205); }
td.TdClassName
{
border-color: #9170CD;
}
.TagClassName
{
border-color: #9170CD;
}
</style>