Shades of True V #9373CE
Tints of True V #9373CE
RGB
CMYK
RGB Variations
Color information
#9373CE (or 0x9373CE) is known color: True V. HEX triplet: 93, 73 and CE. RGB value is (147,115,206). Sum of RGB (Red+Green+Blue) = 147+115+206=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #9373CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9373CE is #6C8C31. Grayscale: #868686. Windows color (decimal): -7113778 or 13530003. OLE color: 13530003.
HSL color Cylindrical-coordinate representation of color #9373CE: hue angle of 261.1º degrees, saturation: 0.48, 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 #9373CE is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 115 | 206 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.19 |
| HSL | 261.1º | 0.48% | 0.63% | - |
| HSV(B) | 261.1º | 0.44% | 0.81% | - |
| XYZ | 29.3 | 22.92 | 61.27 | - |
| YUV | 134.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 115 | 206 | 0.29 | 0.44 | 0 | 0.19 | 261.1 | 0.48 | 0.63 |
| Hex | 93 | 73 | CE | 1D | 2C | 0 | 13 | 105 | 30 | 3F |
| Octal | 223 | 163 | 316 | 35 | 54 | 0 | 23 | 405 | 60 | 77 |
| Binary | 10010011 | 1110011 | 11001110 | 11101 | 101100 | 0 | 10011 | 100000101 | 110000 | 111111 |
Color Harmonies of #9373CE
Complementary color
Monochromatic Colors of #9373CE
Black with #9373CE
Text Example
Text Example
White with #9373CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9373CE; }
p { color: rgb(147,115,206); }
H1.HeaderClassName
{
color: #9373CE;
}
.AnyTagClassName
{
color: #9373CE;
}
</style>
background-color css
<style>
a { background-color: #9373CE; }
a { background-color: rgb(147,115,206); }
div.DivClassName
{
background-color: #9373CE;
}
.BgClassName
{
background-color: #9373CE;
}
</style>
border-color css
<style>
span { border-color: #9373CE; }
span { border-color: rgb(147,115,206); }
td.TdClassName
{
border-color: #9373CE;
}
.TagClassName
{
border-color: #9373CE;
}
</style>