Shades of True V #917AC2
Tints of True V #917AC2
RGB
CMYK
RGB Variations
Color information
#917AC2 (or 0x917AC2) is known color: True V. HEX triplet: 91, 7A and C2. RGB value is (145,122,194). Sum of RGB (Red+Green+Blue) = 145+122+194=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 194 - color contains mainly: blue. Hex color #917AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917AC2 is #6E853D. Grayscale: #888888. Windows color (decimal): -7243070 or 12745361. OLE color: 12745361.
HSL color Cylindrical-coordinate representation of color #917AC2: hue angle of 259.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #917AC2 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 122 | 194 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.24 |
| HSL | 259.17º | 0.37% | 0.62% | - |
| HSV(B) | 259.17º | 0.37% | 0.76% | - |
| XYZ | 28.37 | 23.83 | 54.14 | - |
| YUV | 137.09 | 160.12 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 194 | 0.25 | 0.37 | 0 | 0.24 | 259.17 | 0.37 | 0.62 |
| Hex | 91 | 7A | C2 | 19 | 25 | 0 | 18 | 103 | 25 | 3E |
| Octal | 221 | 172 | 302 | 31 | 45 | 0 | 30 | 403 | 45 | 76 |
| Binary | 10010001 | 1111010 | 11000010 | 11001 | 100101 | 0 | 11000 | 100000011 | 100101 | 111110 |
Color Harmonies of #917AC2
Complementary color
Monochromatic Colors of #917AC2
Black with #917AC2
Text Example
Text Example
White with #917AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917AC2; }
p { color: rgb(145,122,194); }
H1.HeaderClassName
{
color: #917AC2;
}
.AnyTagClassName
{
color: #917AC2;
}
</style>
background-color css
<style>
a { background-color: #917AC2; }
a { background-color: rgb(145,122,194); }
div.DivClassName
{
background-color: #917AC2;
}
.BgClassName
{
background-color: #917AC2;
}
</style>
border-color css
<style>
span { border-color: #917AC2; }
span { border-color: rgb(145,122,194); }
td.TdClassName
{
border-color: #917AC2;
}
.TagClassName
{
border-color: #917AC2;
}
</style>