Shades of True V #9172CF
Tints of True V #9172CF
RGB
CMYK
RGB Variations
Color information
#9172CF (or 0x9172CF) is known color: True V. HEX triplet: 91, 72 and CF. RGB value is (145,114,207). Sum of RGB (Red+Green+Blue) = 145+114+207=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #9172CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9172CF is #6E8D30. Grayscale: #858585. Windows color (decimal): -7245105 or 13595281. OLE color: 13595281.
HSL color Cylindrical-coordinate representation of color #9172CF: hue angle of 260º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9172CF is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 114 | 207 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.19 |
| HSL | 260º | 0.49% | 0.63% | - |
| HSV(B) | 260º | 0.45% | 0.81% | - |
| XYZ | 28.96 | 22.56 | 61.86 | - |
| YUV | 133.87 | 169.27 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 207 | 0.30 | 0.45 | 0 | 0.19 | 260 | 0.49 | 0.63 |
| Hex | 91 | 72 | CF | 1E | 2D | 0 | 13 | 104 | 31 | 3F |
| Octal | 221 | 162 | 317 | 36 | 55 | 0 | 23 | 404 | 61 | 77 |
| Binary | 10010001 | 1110010 | 11001111 | 11110 | 101101 | 0 | 10011 | 100000100 | 110001 | 111111 |
Color Harmonies of #9172CF
Complementary color
Monochromatic Colors of #9172CF
Black with #9172CF
Text Example
Text Example
White with #9172CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9172CF; }
p { color: rgb(145,114,207); }
H1.HeaderClassName
{
color: #9172CF;
}
.AnyTagClassName
{
color: #9172CF;
}
</style>
background-color css
<style>
a { background-color: #9172CF; }
a { background-color: rgb(145,114,207); }
div.DivClassName
{
background-color: #9172CF;
}
.BgClassName
{
background-color: #9172CF;
}
</style>
border-color css
<style>
span { border-color: #9172CF; }
span { border-color: rgb(145,114,207); }
td.TdClassName
{
border-color: #9172CF;
}
.TagClassName
{
border-color: #9172CF;
}
</style>