Shades of True V #917ACE
Tints of True V #917ACE
RGB
CMYK
RGB Variations
Color information
#917ACE (or 0x917ACE) is known color: True V. HEX triplet: 91, 7A and CE. RGB value is (145,122,206). Sum of RGB (Red+Green+Blue) = 145+122+206=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #917ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917ACE is #6E8531. Grayscale: #8A8A8A. Windows color (decimal): -7243058 or 13531793. OLE color: 13531793.
HSL color Cylindrical-coordinate representation of color #917ACE: hue angle of 256.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #917ACE is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 122 | 206 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.19 |
| HSL | 256.43º | 0.46% | 0.64% | - |
| HSV(B) | 256.43º | 0.41% | 0.81% | - |
| XYZ | 29.78 | 24.4 | 61.53 | - |
| YUV | 138.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 206 | 0.30 | 0.41 | 0 | 0.19 | 256.43 | 0.46 | 0.64 |
| Hex | 91 | 7A | CE | 1E | 29 | 0 | 13 | 100 | 2E | 40 |
| Octal | 221 | 172 | 316 | 36 | 51 | 0 | 23 | 400 | 56 | 100 |
| Binary | 10010001 | 1111010 | 11001110 | 11110 | 101001 | 0 | 10011 | 100000000 | 101110 | 1000000 |
Color Harmonies of #917ACE
Complementary color
Monochromatic Colors of #917ACE
Black with #917ACE
Text Example
Text Example
White with #917ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917ACE; }
p { color: rgb(145,122,206); }
H1.HeaderClassName
{
color: #917ACE;
}
.AnyTagClassName
{
color: #917ACE;
}
</style>
background-color css
<style>
a { background-color: #917ACE; }
a { background-color: rgb(145,122,206); }
div.DivClassName
{
background-color: #917ACE;
}
.BgClassName
{
background-color: #917ACE;
}
</style>
border-color css
<style>
span { border-color: #917ACE; }
span { border-color: rgb(145,122,206); }
td.TdClassName
{
border-color: #917ACE;
}
.TagClassName
{
border-color: #917ACE;
}
</style>