Shades of True V #917CBC
Tints of True V #917CBC
RGB
CMYK
RGB Variations
Color information
#917CBC (or 0x917CBC) is known color: True V. HEX triplet: 91, 7C and BC. RGB value is (145,124,188). Sum of RGB (Red+Green+Blue) = 145+124+188=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #917CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CBC is #6E8343. Grayscale: #898989. Windows color (decimal): -7242564 or 12352657. OLE color: 12352657.
HSL color Cylindrical-coordinate representation of color #917CBC: hue angle of 259.69º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #917CBC is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 124 | 188 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.26 |
| HSL | 259.69º | 0.32% | 0.61% | - |
| HSV(B) | 259.69º | 0.34% | 0.74% | - |
| XYZ | 27.96 | 24.07 | 50.75 | - |
| YUV | 137.58 | 156.46 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 188 | 0.23 | 0.34 | 0 | 0.26 | 259.69 | 0.32 | 0.61 |
| Hex | 91 | 7C | BC | 17 | 22 | 0 | 1A | 104 | 20 | 3D |
| Octal | 221 | 174 | 274 | 27 | 42 | 0 | 32 | 404 | 40 | 75 |
| Binary | 10010001 | 1111100 | 10111100 | 10111 | 100010 | 0 | 11010 | 100000100 | 100000 | 111101 |
Color Harmonies of #917CBC
Complementary color
Monochromatic Colors of #917CBC
Black with #917CBC
Text Example
Text Example
White with #917CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CBC; }
p { color: rgb(145,124,188); }
H1.HeaderClassName
{
color: #917CBC;
}
.AnyTagClassName
{
color: #917CBC;
}
</style>
background-color css
<style>
a { background-color: #917CBC; }
a { background-color: rgb(145,124,188); }
div.DivClassName
{
background-color: #917CBC;
}
.BgClassName
{
background-color: #917CBC;
}
</style>
border-color css
<style>
span { border-color: #917CBC; }
span { border-color: rgb(145,124,188); }
td.TdClassName
{
border-color: #917CBC;
}
.TagClassName
{
border-color: #917CBC;
}
</style>