Shades of True V #9179BF
Tints of True V #9179BF
RGB
CMYK
RGB Variations
Color information
#9179BF (or 0x9179BF) is known color: True V. HEX triplet: 91, 79 and BF. RGB value is (145,121,191). Sum of RGB (Red+Green+Blue) = 145+121+191=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #9179BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9179BF is #6E8640. Grayscale: #878787. Windows color (decimal): -7243329 or 12548497. OLE color: 12548497.
HSL color Cylindrical-coordinate representation of color #9179BF: hue angle of 260.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9179BF is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 121 | 191 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.25 |
| HSL | 260.57º | 0.35% | 0.61% | - |
| HSV(B) | 260.57º | 0.37% | 0.75% | - |
| XYZ | 27.92 | 23.46 | 52.35 | - |
| YUV | 136.16 | 158.95 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 191 | 0.24 | 0.37 | 0 | 0.25 | 260.57 | 0.35 | 0.61 |
| Hex | 91 | 79 | BF | 18 | 25 | 0 | 19 | 105 | 23 | 3D |
| Octal | 221 | 171 | 277 | 30 | 45 | 0 | 31 | 405 | 43 | 75 |
| Binary | 10010001 | 1111001 | 10111111 | 11000 | 100101 | 0 | 11001 | 100000101 | 100011 | 111101 |
Color Harmonies of #9179BF
Complementary color
Monochromatic Colors of #9179BF
Black with #9179BF
Text Example
Text Example
White with #9179BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9179BF; }
p { color: rgb(145,121,191); }
H1.HeaderClassName
{
color: #9179BF;
}
.AnyTagClassName
{
color: #9179BF;
}
</style>
background-color css
<style>
a { background-color: #9179BF; }
a { background-color: rgb(145,121,191); }
div.DivClassName
{
background-color: #9179BF;
}
.BgClassName
{
background-color: #9179BF;
}
</style>
border-color css
<style>
span { border-color: #9179BF; }
span { border-color: rgb(145,121,191); }
td.TdClassName
{
border-color: #9179BF;
}
.TagClassName
{
border-color: #9179BF;
}
</style>