Shades of True V #916ECF
Tints of True V #916ECF
RGB
CMYK
RGB Variations
Color information
#916ECF (or 0x916ECF) is known color: True V. HEX triplet: 91, 6E and CF. RGB value is (145,110,207). Sum of RGB (Red+Green+Blue) = 145+110+207=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #916ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916ECF is #6E9130. Grayscale: #838383. Windows color (decimal): -7246129 or 13594257. OLE color: 13594257.
HSL color Cylindrical-coordinate representation of color #916ECF: hue angle of 261.65º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #916ECF is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 110 | 207 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.19 |
| HSL | 261.65º | 0.5% | 0.62% | - |
| HSV(B) | 261.65º | 0.47% | 0.81% | - |
| XYZ | 28.52 | 21.68 | 61.71 | - |
| YUV | 131.52 | 170.6 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 207 | 0.30 | 0.47 | 0 | 0.19 | 261.65 | 0.5 | 0.62 |
| Hex | 91 | 6E | CF | 1E | 2F | 0 | 13 | 106 | 32 | 3E |
| Octal | 221 | 156 | 317 | 36 | 57 | 0 | 23 | 406 | 62 | 76 |
| Binary | 10010001 | 1101110 | 11001111 | 11110 | 101111 | 0 | 10011 | 100000110 | 110010 | 111110 |
Color Harmonies of #916ECF
Complementary color
Monochromatic Colors of #916ECF
Black with #916ECF
Text Example
Text Example
White with #916ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916ECF; }
p { color: rgb(145,110,207); }
H1.HeaderClassName
{
color: #916ECF;
}
.AnyTagClassName
{
color: #916ECF;
}
</style>
background-color css
<style>
a { background-color: #916ECF; }
a { background-color: rgb(145,110,207); }
div.DivClassName
{
background-color: #916ECF;
}
.BgClassName
{
background-color: #916ECF;
}
</style>
border-color css
<style>
span { border-color: #916ECF; }
span { border-color: rgb(145,110,207); }
td.TdClassName
{
border-color: #916ECF;
}
.TagClassName
{
border-color: #916ECF;
}
</style>