Shades of True V #917BC0
Tints of True V #917BC0
RGB
CMYK
RGB Variations
Color information
#917BC0 (or 0x917BC0) is known color: True V. HEX triplet: 91, 7B and C0. RGB value is (145,123,192). Sum of RGB (Red+Green+Blue) = 145+123+192=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #917BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BC0 is #6E843F. Grayscale: #898989. Windows color (decimal): -7242816 or 12614545. OLE color: 12614545.
HSL color Cylindrical-coordinate representation of color #917BC0: hue angle of 259.13º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #917BC0 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 123 | 192 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.25 |
| HSL | 259.13º | 0.35% | 0.62% | - |
| HSV(B) | 259.13º | 0.36% | 0.75% | - |
| XYZ | 28.27 | 23.99 | 53.01 | - |
| YUV | 137.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 192 | 0.24 | 0.36 | 0 | 0.25 | 259.13 | 0.35 | 0.62 |
| Hex | 91 | 7B | C0 | 18 | 24 | 0 | 19 | 103 | 23 | 3E |
| Octal | 221 | 173 | 300 | 30 | 44 | 0 | 31 | 403 | 43 | 76 |
| Binary | 10010001 | 1111011 | 11000000 | 11000 | 100100 | 0 | 11001 | 100000011 | 100011 | 111110 |
Color Harmonies of #917BC0
Complementary color
Monochromatic Colors of #917BC0
Black with #917BC0
Text Example
Text Example
White with #917BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917BC0; }
p { color: rgb(145,123,192); }
H1.HeaderClassName
{
color: #917BC0;
}
.AnyTagClassName
{
color: #917BC0;
}
</style>
background-color css
<style>
a { background-color: #917BC0; }
a { background-color: rgb(145,123,192); }
div.DivClassName
{
background-color: #917BC0;
}
.BgClassName
{
background-color: #917BC0;
}
</style>
border-color css
<style>
span { border-color: #917BC0; }
span { border-color: rgb(145,123,192); }
td.TdClassName
{
border-color: #917BC0;
}
.TagClassName
{
border-color: #917BC0;
}
</style>