Shades of True V #9373CD
Tints of True V #9373CD
RGB
CMYK
RGB Variations
Color information
#9373CD (or 0x9373CD) is known color: True V. HEX triplet: 93, 73 and CD. RGB value is (147,115,205). Sum of RGB (Red+Green+Blue) = 147+115+205=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #9373CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9373CD is #6C8C32. Grayscale: #868686. Windows color (decimal): -7113779 or 13464467. OLE color: 13464467.
HSL color Cylindrical-coordinate representation of color #9373CD: hue angle of 261.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9373CD is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 115 | 205 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.20 |
| HSL | 261.33º | 0.47% | 0.63% | - |
| HSV(B) | 261.33º | 0.44% | 0.8% | - |
| XYZ | 29.18 | 22.87 | 60.63 | - |
| YUV | 134.83 | 167.6 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 115 | 205 | 0.28 | 0.44 | 0 | 0.20 | 261.33 | 0.47 | 0.63 |
| Hex | 93 | 73 | CD | 1C | 2C | 0 | 14 | 105 | 2F | 3F |
| Octal | 223 | 163 | 315 | 34 | 54 | 0 | 24 | 405 | 57 | 77 |
| Binary | 10010011 | 1110011 | 11001101 | 11100 | 101100 | 0 | 10100 | 100000101 | 101111 | 111111 |
Color Harmonies of #9373CD
Complementary color
Monochromatic Colors of #9373CD
Black with #9373CD
Text Example
Text Example
White with #9373CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9373CD; }
p { color: rgb(147,115,205); }
H1.HeaderClassName
{
color: #9373CD;
}
.AnyTagClassName
{
color: #9373CD;
}
</style>
background-color css
<style>
a { background-color: #9373CD; }
a { background-color: rgb(147,115,205); }
div.DivClassName
{
background-color: #9373CD;
}
.BgClassName
{
background-color: #9373CD;
}
</style>
border-color css
<style>
span { border-color: #9373CD; }
span { border-color: rgb(147,115,205); }
td.TdClassName
{
border-color: #9373CD;
}
.TagClassName
{
border-color: #9373CD;
}
</style>