Shades of True V #917FC6
Tints of True V #917FC6
RGB
CMYK
RGB Variations
Color information
#917FC6 (or 0x917FC6) is known color: True V. HEX triplet: 91, 7F and C6. RGB value is (145,127,198). Sum of RGB (Red+Green+Blue) = 145+127+198=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #917FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FC6 is #6E8039. Grayscale: #8C8C8C. Windows color (decimal): -7241786 or 13008785. OLE color: 13008785.
HSL color Cylindrical-coordinate representation of color #917FC6: hue angle of 255.21º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #917FC6 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 127 | 198 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.22 |
| HSL | 255.21º | 0.38% | 0.64% | - |
| HSV(B) | 255.21º | 0.36% | 0.78% | - |
| XYZ | 29.46 | 25.28 | 56.75 | - |
| YUV | 140.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 198 | 0.27 | 0.36 | 0 | 0.22 | 255.21 | 0.38 | 0.64 |
| Hex | 91 | 7F | C6 | 1B | 24 | 0 | 16 | FF | 26 | 40 |
| Octal | 221 | 177 | 306 | 33 | 44 | 0 | 26 | 377 | 46 | 100 |
| Binary | 10010001 | 1111111 | 11000110 | 11011 | 100100 | 0 | 10110 | 11111111 | 100110 | 1000000 |
Color Harmonies of #917FC6
Complementary color
Monochromatic Colors of #917FC6
Black with #917FC6
Text Example
Text Example
White with #917FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917FC6; }
p { color: rgb(145,127,198); }
H1.HeaderClassName
{
color: #917FC6;
}
.AnyTagClassName
{
color: #917FC6;
}
</style>
background-color css
<style>
a { background-color: #917FC6; }
a { background-color: rgb(145,127,198); }
div.DivClassName
{
background-color: #917FC6;
}
.BgClassName
{
background-color: #917FC6;
}
</style>
border-color css
<style>
span { border-color: #917FC6; }
span { border-color: rgb(145,127,198); }
td.TdClassName
{
border-color: #917FC6;
}
.TagClassName
{
border-color: #917FC6;
}
</style>