Shades of True V #917AD0
Tints of True V #917AD0
RGB
CMYK
RGB Variations
Color information
#917AD0 (or 0x917AD0) is known color: True V. HEX triplet: 91, 7A and D0. RGB value is (145,122,208). Sum of RGB (Red+Green+Blue) = 145+122+208=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #917AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917AD0 is #6E852F. Grayscale: #8A8A8A. Windows color (decimal): -7243056 or 13662865. OLE color: 13662865.
HSL color Cylindrical-coordinate representation of color #917AD0: hue angle of 256.05º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #917AD0 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 122 | 208 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.18 |
| HSL | 256.05º | 0.48% | 0.65% | - |
| HSV(B) | 256.05º | 0.41% | 0.82% | - |
| XYZ | 30.02 | 24.49 | 62.82 | - |
| YUV | 138.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 208 | 0.30 | 0.41 | 0 | 0.18 | 256.05 | 0.48 | 0.65 |
| Hex | 91 | 7A | D0 | 1E | 29 | 0 | 12 | 100 | 30 | 41 |
| Octal | 221 | 172 | 320 | 36 | 51 | 0 | 22 | 400 | 60 | 101 |
| Binary | 10010001 | 1111010 | 11010000 | 11110 | 101001 | 0 | 10010 | 100000000 | 110000 | 1000001 |
Color Harmonies of #917AD0
Complementary color
Monochromatic Colors of #917AD0
Black with #917AD0
Text Example
Text Example
White with #917AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917AD0; }
p { color: rgb(145,122,208); }
H1.HeaderClassName
{
color: #917AD0;
}
.AnyTagClassName
{
color: #917AD0;
}
</style>
background-color css
<style>
a { background-color: #917AD0; }
a { background-color: rgb(145,122,208); }
div.DivClassName
{
background-color: #917AD0;
}
.BgClassName
{
background-color: #917AD0;
}
</style>
border-color css
<style>
span { border-color: #917AD0; }
span { border-color: rgb(145,122,208); }
td.TdClassName
{
border-color: #917AD0;
}
.TagClassName
{
border-color: #917AD0;
}
</style>