Shades of True V #916FCF
Tints of True V #916FCF
RGB
CMYK
RGB Variations
Color information
#916FCF (or 0x916FCF) is known color: True V. HEX triplet: 91, 6F and CF. RGB value is (145,111,207). Sum of RGB (Red+Green+Blue) = 145+111+207=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #916FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916FCF is #6E9030. Grayscale: #838383. Windows color (decimal): -7245873 or 13594513. OLE color: 13594513.
HSL color Cylindrical-coordinate representation of color #916FCF: hue angle of 261.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #916FCF is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 111 | 207 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.19 |
| HSL | 261.25º | 0.5% | 0.62% | - |
| HSV(B) | 261.25º | 0.46% | 0.81% | - |
| XYZ | 28.62 | 21.89 | 61.75 | - |
| YUV | 132.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 207 | 0.30 | 0.46 | 0 | 0.19 | 261.25 | 0.5 | 0.62 |
| Hex | 91 | 6F | CF | 1E | 2E | 0 | 13 | 105 | 32 | 3E |
| Octal | 221 | 157 | 317 | 36 | 56 | 0 | 23 | 405 | 62 | 76 |
| Binary | 10010001 | 1101111 | 11001111 | 11110 | 101110 | 0 | 10011 | 100000101 | 110010 | 111110 |
Color Harmonies of #916FCF
Complementary color
Monochromatic Colors of #916FCF
Black with #916FCF
Text Example
Text Example
White with #916FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916FCF; }
p { color: rgb(145,111,207); }
H1.HeaderClassName
{
color: #916FCF;
}
.AnyTagClassName
{
color: #916FCF;
}
</style>
background-color css
<style>
a { background-color: #916FCF; }
a { background-color: rgb(145,111,207); }
div.DivClassName
{
background-color: #916FCF;
}
.BgClassName
{
background-color: #916FCF;
}
</style>
border-color css
<style>
span { border-color: #916FCF; }
span { border-color: rgb(145,111,207); }
td.TdClassName
{
border-color: #916FCF;
}
.TagClassName
{
border-color: #916FCF;
}
</style>