Shades of True V #917BD0
Tints of True V #917BD0
RGB
CMYK
RGB Variations
Color information
#917BD0 (or 0x917BD0) is known color: True V. HEX triplet: 91, 7B and D0. RGB value is (145,123,208). Sum of RGB (Red+Green+Blue) = 145+123+208=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #917BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BD0 is #6E842F. Grayscale: #8A8A8A. Windows color (decimal): -7242800 or 13663121. OLE color: 13663121.
HSL color Cylindrical-coordinate representation of color #917BD0: hue angle of 255.53º degrees, saturation: 0.47, 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 #917BD0 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 123 | 208 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.18 |
| HSL | 255.53º | 0.47% | 0.65% | - |
| HSV(B) | 255.53º | 0.41% | 0.82% | - |
| XYZ | 30.15 | 24.74 | 62.86 | - |
| YUV | 139.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 208 | 0.30 | 0.41 | 0 | 0.18 | 255.53 | 0.47 | 0.65 |
| Hex | 91 | 7B | D0 | 1E | 29 | 0 | 12 | 100 | 2F | 41 |
| Octal | 221 | 173 | 320 | 36 | 51 | 0 | 22 | 400 | 57 | 101 |
| Binary | 10010001 | 1111011 | 11010000 | 11110 | 101001 | 0 | 10010 | 100000000 | 101111 | 1000001 |
Color Harmonies of #917BD0
Complementary color
Monochromatic Colors of #917BD0
Black with #917BD0
Text Example
Text Example
White with #917BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917BD0; }
p { color: rgb(145,123,208); }
H1.HeaderClassName
{
color: #917BD0;
}
.AnyTagClassName
{
color: #917BD0;
}
</style>
background-color css
<style>
a { background-color: #917BD0; }
a { background-color: rgb(145,123,208); }
div.DivClassName
{
background-color: #917BD0;
}
.BgClassName
{
background-color: #917BD0;
}
</style>
border-color css
<style>
span { border-color: #917BD0; }
span { border-color: rgb(145,123,208); }
td.TdClassName
{
border-color: #917BD0;
}
.TagClassName
{
border-color: #917BD0;
}
</style>