Shades of True V #9179BE
Tints of True V #9179BE
RGB
CMYK
RGB Variations
Color information
#9179BE (or 0x9179BE) is known color: True V. HEX triplet: 91, 79 and BE. RGB value is (145,121,190). Sum of RGB (Red+Green+Blue) = 145+121+190=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #9179BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9179BE is #6E8641. Grayscale: #878787. Windows color (decimal): -7243330 or 12482961. OLE color: 12482961.
HSL color Cylindrical-coordinate representation of color #9179BE: hue angle of 260.87º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9179BE is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 121 | 190 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.25 |
| HSL | 260.87º | 0.35% | 0.61% | - |
| HSV(B) | 260.87º | 0.36% | 0.75% | - |
| XYZ | 27.81 | 23.41 | 51.77 | - |
| YUV | 136.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 190 | 0.24 | 0.36 | 0 | 0.25 | 260.87 | 0.35 | 0.61 |
| Hex | 91 | 79 | BE | 18 | 24 | 0 | 19 | 105 | 23 | 3D |
| Octal | 221 | 171 | 276 | 30 | 44 | 0 | 31 | 405 | 43 | 75 |
| Binary | 10010001 | 1111001 | 10111110 | 11000 | 100100 | 0 | 11001 | 100000101 | 100011 | 111101 |
Color Harmonies of #9179BE
Complementary color
Monochromatic Colors of #9179BE
Black with #9179BE
Text Example
Text Example
White with #9179BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9179BE; }
p { color: rgb(145,121,190); }
H1.HeaderClassName
{
color: #9179BE;
}
.AnyTagClassName
{
color: #9179BE;
}
</style>
background-color css
<style>
a { background-color: #9179BE; }
a { background-color: rgb(145,121,190); }
div.DivClassName
{
background-color: #9179BE;
}
.BgClassName
{
background-color: #9179BE;
}
</style>
border-color css
<style>
span { border-color: #9179BE; }
span { border-color: rgb(145,121,190); }
td.TdClassName
{
border-color: #9179BE;
}
.TagClassName
{
border-color: #9179BE;
}
</style>