Shades of True V #9173CF
Tints of True V #9173CF
RGB
CMYK
RGB Variations
Color information
#9173CF (or 0x9173CF) is known color: True V. HEX triplet: 91, 73 and CF. RGB value is (145,115,207). Sum of RGB (Red+Green+Blue) = 145+115+207=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #9173CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9173CF is #6E8C30. Grayscale: #868686. Windows color (decimal): -7244849 or 13595537. OLE color: 13595537.
HSL color Cylindrical-coordinate representation of color #9173CF: hue angle of 259.57º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9173CF is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 115 | 207 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.19 |
| HSL | 259.57º | 0.49% | 0.63% | - |
| HSV(B) | 259.57º | 0.44% | 0.81% | - |
| XYZ | 29.07 | 22.79 | 61.9 | - |
| YUV | 134.46 | 168.94 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 115 | 207 | 0.30 | 0.44 | 0 | 0.19 | 259.57 | 0.49 | 0.63 |
| Hex | 91 | 73 | CF | 1E | 2C | 0 | 13 | 104 | 31 | 3F |
| Octal | 221 | 163 | 317 | 36 | 54 | 0 | 23 | 404 | 61 | 77 |
| Binary | 10010001 | 1110011 | 11001111 | 11110 | 101100 | 0 | 10011 | 100000100 | 110001 | 111111 |
Color Harmonies of #9173CF
Complementary color
Monochromatic Colors of #9173CF
Black with #9173CF
Text Example
Text Example
White with #9173CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9173CF; }
p { color: rgb(145,115,207); }
H1.HeaderClassName
{
color: #9173CF;
}
.AnyTagClassName
{
color: #9173CF;
}
</style>
background-color css
<style>
a { background-color: #9173CF; }
a { background-color: rgb(145,115,207); }
div.DivClassName
{
background-color: #9173CF;
}
.BgClassName
{
background-color: #9173CF;
}
</style>
border-color css
<style>
span { border-color: #9173CF; }
span { border-color: rgb(145,115,207); }
td.TdClassName
{
border-color: #9173CF;
}
.TagClassName
{
border-color: #9173CF;
}
</style>