Shades of True V #917DC7
Tints of True V #917DC7
RGB
CMYK
RGB Variations
Color information
#917DC7 (or 0x917DC7) is known color: True V. HEX triplet: 91, 7D and C7. RGB value is (145,125,199). Sum of RGB (Red+Green+Blue) = 145+125+199=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #917DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DC7 is #6E8238. Grayscale: #8B8B8B. Windows color (decimal): -7242297 or 13073809. OLE color: 13073809.
HSL color Cylindrical-coordinate representation of color #917DC7: hue angle of 256.22º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #917DC7 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 125 | 199 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.22 |
| HSL | 256.22º | 0.4% | 0.64% | - |
| HSV(B) | 256.22º | 0.37% | 0.78% | - |
| XYZ | 29.32 | 24.81 | 57.28 | - |
| YUV | 139.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 199 | 0.27 | 0.37 | 0 | 0.22 | 256.22 | 0.4 | 0.64 |
| Hex | 91 | 7D | C7 | 1B | 25 | 0 | 16 | 100 | 28 | 40 |
| Octal | 221 | 175 | 307 | 33 | 45 | 0 | 26 | 400 | 50 | 100 |
| Binary | 10010001 | 1111101 | 11000111 | 11011 | 100101 | 0 | 10110 | 100000000 | 101000 | 1000000 |
Color Harmonies of #917DC7
Complementary color
Monochromatic Colors of #917DC7
Black with #917DC7
Text Example
Text Example
White with #917DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DC7; }
p { color: rgb(145,125,199); }
H1.HeaderClassName
{
color: #917DC7;
}
.AnyTagClassName
{
color: #917DC7;
}
</style>
background-color css
<style>
a { background-color: #917DC7; }
a { background-color: rgb(145,125,199); }
div.DivClassName
{
background-color: #917DC7;
}
.BgClassName
{
background-color: #917DC7;
}
</style>
border-color css
<style>
span { border-color: #917DC7; }
span { border-color: rgb(145,125,199); }
td.TdClassName
{
border-color: #917DC7;
}
.TagClassName
{
border-color: #917DC7;
}
</style>