Shades of True V #937FD1
Tints of True V #937FD1
RGB
CMYK
RGB Variations
Color information
#937FD1 (or 0x937FD1) is known color: True V. HEX triplet: 93, 7F and D1. RGB value is (147,127,209). Sum of RGB (Red+Green+Blue) = 147+127+209=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #937FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937FD1 is #6C802E. Grayscale: #8E8E8E. Windows color (decimal): -7110703 or 13729683. OLE color: 13729683.
HSL color Cylindrical-coordinate representation of color #937FD1: hue angle of 254.63º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #937FD1 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 127 | 209 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.18 |
| HSL | 254.63º | 0.47% | 0.66% | - |
| HSV(B) | 254.63º | 0.39% | 0.82% | - |
| XYZ | 31.13 | 25.99 | 63.7 | - |
| YUV | 142.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 209 | 0.30 | 0.39 | 0 | 0.18 | 254.63 | 0.47 | 0.66 |
| Hex | 93 | 7F | D1 | 1E | 27 | 0 | 12 | FF | 2F | 42 |
| Octal | 223 | 177 | 321 | 36 | 47 | 0 | 22 | 377 | 57 | 102 |
| Binary | 10010011 | 1111111 | 11010001 | 11110 | 100111 | 0 | 10010 | 11111111 | 101111 | 1000010 |
Color Harmonies of #937FD1
Complementary color
Monochromatic Colors of #937FD1
Black with #937FD1
Text Example
Text Example
White with #937FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937FD1; }
p { color: rgb(147,127,209); }
H1.HeaderClassName
{
color: #937FD1;
}
.AnyTagClassName
{
color: #937FD1;
}
</style>
background-color css
<style>
a { background-color: #937FD1; }
a { background-color: rgb(147,127,209); }
div.DivClassName
{
background-color: #937FD1;
}
.BgClassName
{
background-color: #937FD1;
}
</style>
border-color css
<style>
span { border-color: #937FD1; }
span { border-color: rgb(147,127,209); }
td.TdClassName
{
border-color: #937FD1;
}
.TagClassName
{
border-color: #937FD1;
}
</style>