Shades of True V #9178CF
Tints of True V #9178CF
RGB
CMYK
RGB Variations
Color information
#9178CF (or 0x9178CF) is known color: True V. HEX triplet: 91, 78 and CF. RGB value is (145,120,207). Sum of RGB (Red+Green+Blue) = 145+120+207=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #9178CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9178CF is #6E8730. Grayscale: #898989. Windows color (decimal): -7243569 or 13596817. OLE color: 13596817.
HSL color Cylindrical-coordinate representation of color #9178CF: hue angle of 257.24º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9178CF is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 120 | 207 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.19 |
| HSL | 257.24º | 0.48% | 0.64% | - |
| HSV(B) | 257.24º | 0.42% | 0.81% | - |
| XYZ | 29.66 | 23.96 | 62.09 | - |
| YUV | 137.39 | 167.28 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 207 | 0.30 | 0.42 | 0 | 0.19 | 257.24 | 0.48 | 0.64 |
| Hex | 91 | 78 | CF | 1E | 2A | 0 | 13 | 101 | 30 | 40 |
| Octal | 221 | 170 | 317 | 36 | 52 | 0 | 23 | 401 | 60 | 100 |
| Binary | 10010001 | 1111000 | 11001111 | 11110 | 101010 | 0 | 10011 | 100000001 | 110000 | 1000000 |
Color Harmonies of #9178CF
Complementary color
Monochromatic Colors of #9178CF
Black with #9178CF
Text Example
Text Example
White with #9178CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9178CF; }
p { color: rgb(145,120,207); }
H1.HeaderClassName
{
color: #9178CF;
}
.AnyTagClassName
{
color: #9178CF;
}
</style>
background-color css
<style>
a { background-color: #9178CF; }
a { background-color: rgb(145,120,207); }
div.DivClassName
{
background-color: #9178CF;
}
.BgClassName
{
background-color: #9178CF;
}
</style>
border-color css
<style>
span { border-color: #9178CF; }
span { border-color: rgb(145,120,207); }
td.TdClassName
{
border-color: #9178CF;
}
.TagClassName
{
border-color: #9178CF;
}
</style>