Shades of True V #9375D0
Tints of True V #9375D0
RGB
CMYK
RGB Variations
Color information
#9375D0 (or 0x9375D0) is known color: True V. HEX triplet: 93, 75 and D0. RGB value is (147,117,208). Sum of RGB (Red+Green+Blue) = 147+117+208=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #9375D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9375D0 is #6C8A2F. Grayscale: #888888. Windows color (decimal): -7113264 or 13661587. OLE color: 13661587.
HSL color Cylindrical-coordinate representation of color #9375D0: hue angle of 259.78º 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 #9375D0 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 117 | 208 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.18 |
| HSL | 259.78º | 0.49% | 0.64% | - |
| HSV(B) | 259.78º | 0.44% | 0.82% | - |
| XYZ | 29.78 | 23.48 | 62.64 | - |
| YUV | 136.34 | 168.44 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 208 | 0.29 | 0.44 | 0 | 0.18 | 259.78 | 0.49 | 0.64 |
| Hex | 93 | 75 | D0 | 1D | 2C | 0 | 12 | 104 | 31 | 40 |
| Octal | 223 | 165 | 320 | 35 | 54 | 0 | 22 | 404 | 61 | 100 |
| Binary | 10010011 | 1110101 | 11010000 | 11101 | 101100 | 0 | 10010 | 100000100 | 110001 | 1000000 |
Color Harmonies of #9375D0
Complementary color
Monochromatic Colors of #9375D0
Black with #9375D0
Text Example
Text Example
White with #9375D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9375D0; }
p { color: rgb(147,117,208); }
H1.HeaderClassName
{
color: #9375D0;
}
.AnyTagClassName
{
color: #9375D0;
}
</style>
background-color css
<style>
a { background-color: #9375D0; }
a { background-color: rgb(147,117,208); }
div.DivClassName
{
background-color: #9375D0;
}
.BgClassName
{
background-color: #9375D0;
}
</style>
border-color css
<style>
span { border-color: #9375D0; }
span { border-color: rgb(147,117,208); }
td.TdClassName
{
border-color: #9375D0;
}
.TagClassName
{
border-color: #9375D0;
}
</style>