Shades of True V #917CBE
Tints of True V #917CBE
RGB
CMYK
RGB Variations
Color information
#917CBE (or 0x917CBE) is known color: True V. HEX triplet: 91, 7C and BE. RGB value is (145,124,190). Sum of RGB (Red+Green+Blue) = 145+124+190=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #917CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CBE is #6E8341. Grayscale: #898989. Windows color (decimal): -7242562 or 12483729. OLE color: 12483729.
HSL color Cylindrical-coordinate representation of color #917CBE: hue angle of 259.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #917CBE is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 124 | 190 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.25 |
| HSL | 259.09º | 0.34% | 0.62% | - |
| HSV(B) | 259.09º | 0.35% | 0.75% | - |
| XYZ | 28.18 | 24.15 | 51.89 | - |
| YUV | 137.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 190 | 0.24 | 0.35 | 0 | 0.25 | 259.09 | 0.34 | 0.62 |
| Hex | 91 | 7C | BE | 18 | 23 | 0 | 19 | 103 | 22 | 3E |
| Octal | 221 | 174 | 276 | 30 | 43 | 0 | 31 | 403 | 42 | 76 |
| Binary | 10010001 | 1111100 | 10111110 | 11000 | 100011 | 0 | 11001 | 100000011 | 100010 | 111110 |
Color Harmonies of #917CBE
Complementary color
Monochromatic Colors of #917CBE
Black with #917CBE
Text Example
Text Example
White with #917CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CBE; }
p { color: rgb(145,124,190); }
H1.HeaderClassName
{
color: #917CBE;
}
.AnyTagClassName
{
color: #917CBE;
}
</style>
background-color css
<style>
a { background-color: #917CBE; }
a { background-color: rgb(145,124,190); }
div.DivClassName
{
background-color: #917CBE;
}
.BgClassName
{
background-color: #917CBE;
}
</style>
border-color css
<style>
span { border-color: #917CBE; }
span { border-color: rgb(145,124,190); }
td.TdClassName
{
border-color: #917CBE;
}
.TagClassName
{
border-color: #917CBE;
}
</style>