Shades of True V #9171CB
Tints of True V #9171CB
RGB
CMYK
RGB Variations
Color information
#9171CB (or 0x9171CB) is known color: True V. HEX triplet: 91, 71 and CB. RGB value is (145,113,203). Sum of RGB (Red+Green+Blue) = 145+113+203=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #9171CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9171CB is #6E8E34. Grayscale: #848484. Windows color (decimal): -7245365 or 13332881. OLE color: 13332881.
HSL color Cylindrical-coordinate representation of color #9171CB: hue angle of 261.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9171CB is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 113 | 203 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.20 |
| HSL | 261.33º | 0.46% | 0.62% | - |
| HSV(B) | 261.33º | 0.44% | 0.8% | - |
| XYZ | 28.36 | 22.14 | 59.28 | - |
| YUV | 132.83 | 167.6 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 203 | 0.29 | 0.44 | 0 | 0.20 | 261.33 | 0.46 | 0.62 |
| Hex | 91 | 71 | CB | 1D | 2C | 0 | 14 | 105 | 2E | 3E |
| Octal | 221 | 161 | 313 | 35 | 54 | 0 | 24 | 405 | 56 | 76 |
| Binary | 10010001 | 1110001 | 11001011 | 11101 | 101100 | 0 | 10100 | 100000101 | 101110 | 111110 |
Color Harmonies of #9171CB
Complementary color
Monochromatic Colors of #9171CB
Black with #9171CB
Text Example
Text Example
White with #9171CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9171CB; }
p { color: rgb(145,113,203); }
H1.HeaderClassName
{
color: #9171CB;
}
.AnyTagClassName
{
color: #9171CB;
}
</style>
background-color css
<style>
a { background-color: #9171CB; }
a { background-color: rgb(145,113,203); }
div.DivClassName
{
background-color: #9171CB;
}
.BgClassName
{
background-color: #9171CB;
}
</style>
border-color css
<style>
span { border-color: #9171CB; }
span { border-color: rgb(145,113,203); }
td.TdClassName
{
border-color: #9171CB;
}
.TagClassName
{
border-color: #9171CB;
}
</style>