Shades of True V #917DBE
Tints of True V #917DBE
RGB
CMYK
RGB Variations
Color information
#917DBE (or 0x917DBE) is known color: True V. HEX triplet: 91, 7D and BE. RGB value is (145,125,190). Sum of RGB (Red+Green+Blue) = 145+125+190=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #917DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DBE is #6E8241. Grayscale: #8A8A8A. Windows color (decimal): -7242306 or 12483985. OLE color: 12483985.
HSL color Cylindrical-coordinate representation of color #917DBE: hue angle of 258.46º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #917DBE is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 125 | 190 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.25 |
| HSL | 258.46º | 0.33% | 0.62% | - |
| HSV(B) | 258.46º | 0.34% | 0.75% | - |
| XYZ | 28.3 | 24.4 | 51.93 | - |
| YUV | 138.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 190 | 0.24 | 0.34 | 0 | 0.25 | 258.46 | 0.33 | 0.62 |
| Hex | 91 | 7D | BE | 18 | 22 | 0 | 19 | 102 | 21 | 3E |
| Octal | 221 | 175 | 276 | 30 | 42 | 0 | 31 | 402 | 41 | 76 |
| Binary | 10010001 | 1111101 | 10111110 | 11000 | 100010 | 0 | 11001 | 100000010 | 100001 | 111110 |
Color Harmonies of #917DBE
Complementary color
Monochromatic Colors of #917DBE
Black with #917DBE
Text Example
Text Example
White with #917DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DBE; }
p { color: rgb(145,125,190); }
H1.HeaderClassName
{
color: #917DBE;
}
.AnyTagClassName
{
color: #917DBE;
}
</style>
background-color css
<style>
a { background-color: #917DBE; }
a { background-color: rgb(145,125,190); }
div.DivClassName
{
background-color: #917DBE;
}
.BgClassName
{
background-color: #917DBE;
}
</style>
border-color css
<style>
span { border-color: #917DBE; }
span { border-color: rgb(145,125,190); }
td.TdClassName
{
border-color: #917DBE;
}
.TagClassName
{
border-color: #917DBE;
}
</style>