Shades of True V #937BC6
Tints of True V #937BC6
RGB
CMYK
RGB Variations
Color information
#937BC6 (or 0x937BC6) is known color: True V. HEX triplet: 93, 7B and C6. RGB value is (147,123,198). Sum of RGB (Red+Green+Blue) = 147+123+198=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #937BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937BC6 is #6C8439. Grayscale: #8A8A8A. Windows color (decimal): -7111738 or 13007763. OLE color: 13007763.
HSL color Cylindrical-coordinate representation of color #937BC6: hue angle of 259.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #937BC6 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 123 | 198 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.22 |
| HSL | 259.2º | 0.4% | 0.63% | - |
| HSV(B) | 259.2º | 0.38% | 0.78% | - |
| XYZ | 29.31 | 24.45 | 56.6 | - |
| YUV | 138.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 198 | 0.26 | 0.38 | 0 | 0.22 | 259.2 | 0.4 | 0.63 |
| Hex | 93 | 7B | C6 | 1A | 26 | 0 | 16 | 103 | 28 | 3F |
| Octal | 223 | 173 | 306 | 32 | 46 | 0 | 26 | 403 | 50 | 77 |
| Binary | 10010011 | 1111011 | 11000110 | 11010 | 100110 | 0 | 10110 | 100000011 | 101000 | 111111 |
Color Harmonies of #937BC6
Complementary color
Monochromatic Colors of #937BC6
Black with #937BC6
Text Example
Text Example
White with #937BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937BC6; }
p { color: rgb(147,123,198); }
H1.HeaderClassName
{
color: #937BC6;
}
.AnyTagClassName
{
color: #937BC6;
}
</style>
background-color css
<style>
a { background-color: #937BC6; }
a { background-color: rgb(147,123,198); }
div.DivClassName
{
background-color: #937BC6;
}
.BgClassName
{
background-color: #937BC6;
}
</style>
border-color css
<style>
span { border-color: #937BC6; }
span { border-color: rgb(147,123,198); }
td.TdClassName
{
border-color: #937BC6;
}
.TagClassName
{
border-color: #937BC6;
}
</style>