Shades of True V #917FBE
Tints of True V #917FBE
RGB
CMYK
RGB Variations
Color information
#917FBE (or 0x917FBE) is known color: True V. HEX triplet: 91, 7F and BE. RGB value is (145,127,190). Sum of RGB (Red+Green+Blue) = 145+127+190=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #917FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FBE is #6E8041. Grayscale: #8B8B8B. Windows color (decimal): -7241794 or 12484497. OLE color: 12484497.
HSL color Cylindrical-coordinate representation of color #917FBE: hue angle of 257.14º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #917FBE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 127 | 190 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.25 |
| HSL | 257.14º | 0.33% | 0.62% | - |
| HSV(B) | 257.14º | 0.33% | 0.75% | - |
| XYZ | 28.56 | 24.92 | 52.02 | - |
| YUV | 139.56 | 156.46 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 190 | 0.24 | 0.33 | 0 | 0.25 | 257.14 | 0.33 | 0.62 |
| Hex | 91 | 7F | BE | 18 | 21 | 0 | 19 | 101 | 21 | 3E |
| Octal | 221 | 177 | 276 | 30 | 41 | 0 | 31 | 401 | 41 | 76 |
| Binary | 10010001 | 1111111 | 10111110 | 11000 | 100001 | 0 | 11001 | 100000001 | 100001 | 111110 |
Color Harmonies of #917FBE
Complementary color
Monochromatic Colors of #917FBE
Black with #917FBE
Text Example
Text Example
White with #917FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917FBE; }
p { color: rgb(145,127,190); }
H1.HeaderClassName
{
color: #917FBE;
}
.AnyTagClassName
{
color: #917FBE;
}
</style>
background-color css
<style>
a { background-color: #917FBE; }
a { background-color: rgb(145,127,190); }
div.DivClassName
{
background-color: #917FBE;
}
.BgClassName
{
background-color: #917FBE;
}
</style>
border-color css
<style>
span { border-color: #917FBE; }
span { border-color: rgb(145,127,190); }
td.TdClassName
{
border-color: #917FBE;
}
.TagClassName
{
border-color: #917FBE;
}
</style>