Shades of True V #9374D0
Tints of True V #9374D0
RGB
CMYK
RGB Variations
Color information
#9374D0 (or 0x9374D0) is known color: True V. HEX triplet: 93, 74 and D0. RGB value is (147,116,208). Sum of RGB (Red+Green+Blue) = 147+116+208=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #9374D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9374D0 is #6C8B2F. Grayscale: #878787. Windows color (decimal): -7113520 or 13661331. OLE color: 13661331.
HSL color Cylindrical-coordinate representation of color #9374D0: hue angle of 260.22º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9374D0 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 116 | 208 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.18 |
| HSL | 260.22º | 0.49% | 0.64% | - |
| HSV(B) | 260.22º | 0.44% | 0.82% | - |
| XYZ | 29.66 | 23.25 | 62.6 | - |
| YUV | 135.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 208 | 0.29 | 0.44 | 0 | 0.18 | 260.22 | 0.49 | 0.64 |
| Hex | 93 | 74 | D0 | 1D | 2C | 0 | 12 | 104 | 31 | 40 |
| Octal | 223 | 164 | 320 | 35 | 54 | 0 | 22 | 404 | 61 | 100 |
| Binary | 10010011 | 1110100 | 11010000 | 11101 | 101100 | 0 | 10010 | 100000100 | 110001 | 1000000 |
Color Harmonies of #9374D0
Complementary color
Monochromatic Colors of #9374D0
Black with #9374D0
Text Example
Text Example
White with #9374D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9374D0; }
p { color: rgb(147,116,208); }
H1.HeaderClassName
{
color: #9374D0;
}
.AnyTagClassName
{
color: #9374D0;
}
</style>
background-color css
<style>
a { background-color: #9374D0; }
a { background-color: rgb(147,116,208); }
div.DivClassName
{
background-color: #9374D0;
}
.BgClassName
{
background-color: #9374D0;
}
</style>
border-color css
<style>
span { border-color: #9374D0; }
span { border-color: rgb(147,116,208); }
td.TdClassName
{
border-color: #9374D0;
}
.TagClassName
{
border-color: #9374D0;
}
</style>