Shades of True V #9178C0
Tints of True V #9178C0
RGB
CMYK
RGB Variations
Color information
#9178C0 (or 0x9178C0) is known color: True V. HEX triplet: 91, 78 and C0. RGB value is (145,120,192). Sum of RGB (Red+Green+Blue) = 145+120+192=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #9178C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9178C0 is #6E873F. Grayscale: #878787. Windows color (decimal): -7243584 or 12613777. OLE color: 12613777.
HSL color Cylindrical-coordinate representation of color #9178C0: hue angle of 260.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9178C0 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 120 | 192 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.25 |
| HSL | 260.83º | 0.36% | 0.61% | - |
| HSV(B) | 260.83º | 0.38% | 0.75% | - |
| XYZ | 27.91 | 23.26 | 52.89 | - |
| YUV | 135.68 | 159.78 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 192 | 0.24 | 0.38 | 0 | 0.25 | 260.83 | 0.36 | 0.61 |
| Hex | 91 | 78 | C0 | 18 | 26 | 0 | 19 | 105 | 24 | 3D |
| Octal | 221 | 170 | 300 | 30 | 46 | 0 | 31 | 405 | 44 | 75 |
| Binary | 10010001 | 1111000 | 11000000 | 11000 | 100110 | 0 | 11001 | 100000101 | 100100 | 111101 |
Color Harmonies of #9178C0
Complementary color
Monochromatic Colors of #9178C0
Black with #9178C0
Text Example
Text Example
White with #9178C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9178C0; }
p { color: rgb(145,120,192); }
H1.HeaderClassName
{
color: #9178C0;
}
.AnyTagClassName
{
color: #9178C0;
}
</style>
background-color css
<style>
a { background-color: #9178C0; }
a { background-color: rgb(145,120,192); }
div.DivClassName
{
background-color: #9178C0;
}
.BgClassName
{
background-color: #9178C0;
}
</style>
border-color css
<style>
span { border-color: #9178C0; }
span { border-color: rgb(145,120,192); }
td.TdClassName
{
border-color: #9178C0;
}
.TagClassName
{
border-color: #9178C0;
}
</style>