Shades of True V #917BBE
Tints of True V #917BBE
RGB
CMYK
RGB Variations
Color information
#917BBE (or 0x917BBE) is known color: True V. HEX triplet: 91, 7B and BE. RGB value is (145,123,190). Sum of RGB (Red+Green+Blue) = 145+123+190=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #917BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BBE is #6E8441. Grayscale: #888888. Windows color (decimal): -7242818 or 12483473. OLE color: 12483473.
HSL color Cylindrical-coordinate representation of color #917BBE: hue angle of 259.7º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #917BBE is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 123 | 190 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.25 |
| HSL | 259.7º | 0.34% | 0.61% | - |
| HSV(B) | 259.7º | 0.35% | 0.75% | - |
| XYZ | 28.05 | 23.9 | 51.85 | - |
| YUV | 137.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 190 | 0.24 | 0.35 | 0 | 0.25 | 259.7 | 0.34 | 0.61 |
| Hex | 91 | 7B | BE | 18 | 23 | 0 | 19 | 104 | 22 | 3D |
| Octal | 221 | 173 | 276 | 30 | 43 | 0 | 31 | 404 | 42 | 75 |
| Binary | 10010001 | 1111011 | 10111110 | 11000 | 100011 | 0 | 11001 | 100000100 | 100010 | 111101 |
Color Harmonies of #917BBE
Complementary color
Monochromatic Colors of #917BBE
Black with #917BBE
Text Example
Text Example
White with #917BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917BBE; }
p { color: rgb(145,123,190); }
H1.HeaderClassName
{
color: #917BBE;
}
.AnyTagClassName
{
color: #917BBE;
}
</style>
background-color css
<style>
a { background-color: #917BBE; }
a { background-color: rgb(145,123,190); }
div.DivClassName
{
background-color: #917BBE;
}
.BgClassName
{
background-color: #917BBE;
}
</style>
border-color css
<style>
span { border-color: #917BBE; }
span { border-color: rgb(145,123,190); }
td.TdClassName
{
border-color: #917BBE;
}
.TagClassName
{
border-color: #917BBE;
}
</style>