Shades of True V #916FCE
Tints of True V #916FCE
RGB
CMYK
RGB Variations
Color information
#916FCE (or 0x916FCE) is known color: True V. HEX triplet: 91, 6F and CE. RGB value is (145,111,206). Sum of RGB (Red+Green+Blue) = 145+111+206=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #916FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916FCE is #6E9031. Grayscale: #838383. Windows color (decimal): -7245874 or 13528977. OLE color: 13528977.
HSL color Cylindrical-coordinate representation of color #916FCE: hue angle of 261.47º degrees, saturation: 0.49, 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 #916FCE is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 111 | 206 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.19 |
| HSL | 261.47º | 0.49% | 0.62% | - |
| HSV(B) | 261.47º | 0.46% | 0.81% | - |
| XYZ | 28.5 | 21.84 | 61.11 | - |
| YUV | 132 | 169.76 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 206 | 0.30 | 0.46 | 0 | 0.19 | 261.47 | 0.49 | 0.62 |
| Hex | 91 | 6F | CE | 1E | 2E | 0 | 13 | 105 | 31 | 3E |
| Octal | 221 | 157 | 316 | 36 | 56 | 0 | 23 | 405 | 61 | 76 |
| Binary | 10010001 | 1101111 | 11001110 | 11110 | 101110 | 0 | 10011 | 100000101 | 110001 | 111110 |
Color Harmonies of #916FCE
Complementary color
Monochromatic Colors of #916FCE
Black with #916FCE
Text Example
Text Example
White with #916FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916FCE; }
p { color: rgb(145,111,206); }
H1.HeaderClassName
{
color: #916FCE;
}
.AnyTagClassName
{
color: #916FCE;
}
</style>
background-color css
<style>
a { background-color: #916FCE; }
a { background-color: rgb(145,111,206); }
div.DivClassName
{
background-color: #916FCE;
}
.BgClassName
{
background-color: #916FCE;
}
</style>
border-color css
<style>
span { border-color: #916FCE; }
span { border-color: rgb(145,111,206); }
td.TdClassName
{
border-color: #916FCE;
}
.TagClassName
{
border-color: #916FCE;
}
</style>