Shades of True V #917FC8
Tints of True V #917FC8
RGB
CMYK
RGB Variations
Color information
#917FC8 (or 0x917FC8) is known color: True V. HEX triplet: 91, 7F and C8. RGB value is (145,127,200). Sum of RGB (Red+Green+Blue) = 145+127+200=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #917FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FC8 is #6E8037. Grayscale: #8C8C8C. Windows color (decimal): -7241784 or 13139857. OLE color: 13139857.
HSL color Cylindrical-coordinate representation of color #917FC8: hue angle of 254.79º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #917FC8 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 127 | 200 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.22 |
| HSL | 254.79º | 0.4% | 0.64% | - |
| HSV(B) | 254.79º | 0.37% | 0.78% | - |
| XYZ | 29.69 | 25.37 | 57.98 | - |
| YUV | 140.7 | 161.46 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 200 | 0.28 | 0.36 | 0 | 0.22 | 254.79 | 0.4 | 0.64 |
| Hex | 91 | 7F | C8 | 1C | 24 | 0 | 16 | FF | 28 | 40 |
| Octal | 221 | 177 | 310 | 34 | 44 | 0 | 26 | 377 | 50 | 100 |
| Binary | 10010001 | 1111111 | 11001000 | 11100 | 100100 | 0 | 10110 | 11111111 | 101000 | 1000000 |
Color Harmonies of #917FC8
Complementary color
Monochromatic Colors of #917FC8
Black with #917FC8
Text Example
Text Example
White with #917FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917FC8; }
p { color: rgb(145,127,200); }
H1.HeaderClassName
{
color: #917FC8;
}
.AnyTagClassName
{
color: #917FC8;
}
</style>
background-color css
<style>
a { background-color: #917FC8; }
a { background-color: rgb(145,127,200); }
div.DivClassName
{
background-color: #917FC8;
}
.BgClassName
{
background-color: #917FC8;
}
</style>
border-color css
<style>
span { border-color: #917FC8; }
span { border-color: rgb(145,127,200); }
td.TdClassName
{
border-color: #917FC8;
}
.TagClassName
{
border-color: #917FC8;
}
</style>