Shades of True V #9373CF
Tints of True V #9373CF
RGB
CMYK
RGB Variations
Color information
#9373CF (or 0x9373CF) is known color: True V. HEX triplet: 93, 73 and CF. RGB value is (147,115,207). Sum of RGB (Red+Green+Blue) = 147+115+207=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #9373CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9373CF is #6C8C30. Grayscale: #868686. Windows color (decimal): -7113777 or 13595539. OLE color: 13595539.
HSL color Cylindrical-coordinate representation of color #9373CF: hue angle of 260.87º 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 #9373CF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 115 | 207 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.19 |
| HSL | 260.87º | 0.49% | 0.63% | - |
| HSV(B) | 260.87º | 0.44% | 0.81% | - |
| XYZ | 29.43 | 22.97 | 61.91 | - |
| YUV | 135.06 | 168.6 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 115 | 207 | 0.29 | 0.44 | 0 | 0.19 | 260.87 | 0.49 | 0.63 |
| Hex | 93 | 73 | CF | 1D | 2C | 0 | 13 | 105 | 31 | 3F |
| Octal | 223 | 163 | 317 | 35 | 54 | 0 | 23 | 405 | 61 | 77 |
| Binary | 10010011 | 1110011 | 11001111 | 11101 | 101100 | 0 | 10011 | 100000101 | 110001 | 111111 |
Color Harmonies of #9373CF
Complementary color
Monochromatic Colors of #9373CF
Black with #9373CF
Text Example
Text Example
White with #9373CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9373CF; }
p { color: rgb(147,115,207); }
H1.HeaderClassName
{
color: #9373CF;
}
.AnyTagClassName
{
color: #9373CF;
}
</style>
background-color css
<style>
a { background-color: #9373CF; }
a { background-color: rgb(147,115,207); }
div.DivClassName
{
background-color: #9373CF;
}
.BgClassName
{
background-color: #9373CF;
}
</style>
border-color css
<style>
span { border-color: #9373CF; }
span { border-color: rgb(147,115,207); }
td.TdClassName
{
border-color: #9373CF;
}
.TagClassName
{
border-color: #9373CF;
}
</style>