Shades of True V #9374CF
Tints of True V #9374CF
RGB
CMYK
RGB Variations
Color information
#9374CF (or 0x9374CF) is known color: True V. HEX triplet: 93, 74 and CF. RGB value is (147,116,207). Sum of RGB (Red+Green+Blue) = 147+116+207=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #9374CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9374CF is #6C8B30. Grayscale: #878787. Windows color (decimal): -7113521 or 13595795. OLE color: 13595795.
HSL color Cylindrical-coordinate representation of color #9374CF: hue angle of 260.44º 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 #9374CF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 116 | 207 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.19 |
| HSL | 260.44º | 0.49% | 0.63% | - |
| HSV(B) | 260.44º | 0.44% | 0.81% | - |
| XYZ | 29.54 | 23.2 | 61.95 | - |
| YUV | 135.64 | 168.27 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 207 | 0.29 | 0.44 | 0 | 0.19 | 260.44 | 0.49 | 0.63 |
| Hex | 93 | 74 | CF | 1D | 2C | 0 | 13 | 104 | 31 | 3F |
| Octal | 223 | 164 | 317 | 35 | 54 | 0 | 23 | 404 | 61 | 77 |
| Binary | 10010011 | 1110100 | 11001111 | 11101 | 101100 | 0 | 10011 | 100000100 | 110001 | 111111 |
Color Harmonies of #9374CF
Complementary color
Monochromatic Colors of #9374CF
Black with #9374CF
Text Example
Text Example
White with #9374CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9374CF; }
p { color: rgb(147,116,207); }
H1.HeaderClassName
{
color: #9374CF;
}
.AnyTagClassName
{
color: #9374CF;
}
</style>
background-color css
<style>
a { background-color: #9374CF; }
a { background-color: rgb(147,116,207); }
div.DivClassName
{
background-color: #9374CF;
}
.BgClassName
{
background-color: #9374CF;
}
</style>
border-color css
<style>
span { border-color: #9374CF; }
span { border-color: rgb(147,116,207); }
td.TdClassName
{
border-color: #9374CF;
}
.TagClassName
{
border-color: #9374CF;
}
</style>