Shades of True V #916ACE
Tints of True V #916ACE
RGB
CMYK
RGB Variations
Color information
#916ACE (or 0x916ACE) is known color: True V. HEX triplet: 91, 6A and CE. RGB value is (145,106,206). Sum of RGB (Red+Green+Blue) = 145+106+206=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #916ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916ACE is #6E9531. Grayscale: #808080. Windows color (decimal): -7247154 or 13527697. OLE color: 13527697.
HSL color Cylindrical-coordinate representation of color #916ACE: hue angle of 263.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #916ACE is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 106 | 206 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.19 |
| HSL | 263.4º | 0.51% | 0.61% | - |
| HSV(B) | 263.4º | 0.49% | 0.81% | - |
| XYZ | 27.97 | 20.78 | 60.93 | - |
| YUV | 129.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 206 | 0.30 | 0.49 | 0 | 0.19 | 263.4 | 0.51 | 0.61 |
| Hex | 91 | 6A | CE | 1E | 31 | 0 | 13 | 107 | 33 | 3D |
| Octal | 221 | 152 | 316 | 36 | 61 | 0 | 23 | 407 | 63 | 75 |
| Binary | 10010001 | 1101010 | 11001110 | 11110 | 110001 | 0 | 10011 | 100000111 | 110011 | 111101 |
Color Harmonies of #916ACE
Complementary color
Monochromatic Colors of #916ACE
Black with #916ACE
Text Example
Text Example
White with #916ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916ACE; }
p { color: rgb(145,106,206); }
H1.HeaderClassName
{
color: #916ACE;
}
.AnyTagClassName
{
color: #916ACE;
}
</style>
background-color css
<style>
a { background-color: #916ACE; }
a { background-color: rgb(145,106,206); }
div.DivClassName
{
background-color: #916ACE;
}
.BgClassName
{
background-color: #916ACE;
}
</style>
border-color css
<style>
span { border-color: #916ACE; }
span { border-color: rgb(145,106,206); }
td.TdClassName
{
border-color: #916ACE;
}
.TagClassName
{
border-color: #916ACE;
}
</style>