Shades of True V #9373CC
Tints of True V #9373CC
RGB
CMYK
RGB Variations
Color information
#9373CC (or 0x9373CC) is known color: True V. HEX triplet: 93, 73 and CC. RGB value is (147,115,204). Sum of RGB (Red+Green+Blue) = 147+115+204=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #9373CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9373CC is #6C8C33. Grayscale: #868686. Windows color (decimal): -7113780 or 13398931. OLE color: 13398931.
HSL color Cylindrical-coordinate representation of color #9373CC: hue angle of 261.57º 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 #9373CC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 115 | 204 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.2 |
| HSL | 261.57º | 0.47% | 0.63% | - |
| HSV(B) | 261.57º | 0.44% | 0.8% | - |
| XYZ | 29.06 | 22.82 | 60 | - |
| YUV | 134.71 | 167.1 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 115 | 204 | 0.28 | 0.44 | 0 | 0.2 | 261.57 | 0.47 | 0.63 |
| Hex | 93 | 73 | CC | 1C | 2C | 0 | 14 | 106 | 2F | 3F |
| Octal | 223 | 163 | 314 | 34 | 54 | 0 | 24 | 406 | 57 | 77 |
| Binary | 10010011 | 1110011 | 11001100 | 11100 | 101100 | 0 | 10100 | 100000110 | 101111 | 111111 |
Color Harmonies of #9373CC
Complementary color
Monochromatic Colors of #9373CC
Black with #9373CC
Text Example
Text Example
White with #9373CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9373CC; }
p { color: rgb(147,115,204); }
H1.HeaderClassName
{
color: #9373CC;
}
.AnyTagClassName
{
color: #9373CC;
}
</style>
background-color css
<style>
a { background-color: #9373CC; }
a { background-color: rgb(147,115,204); }
div.DivClassName
{
background-color: #9373CC;
}
.BgClassName
{
background-color: #9373CC;
}
</style>
border-color css
<style>
span { border-color: #9373CC; }
span { border-color: rgb(147,115,204); }
td.TdClassName
{
border-color: #9373CC;
}
.TagClassName
{
border-color: #9373CC;
}
</style>