Shades of True V #9778CF
Tints of True V #9778CF
RGB
CMYK
RGB Variations
Color information
#9778CF (or 0x9778CF) is known color: True V. HEX triplet: 97, 78 and CF. RGB value is (151,120,207). Sum of RGB (Red+Green+Blue) = 151+120+207=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #9778CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9778CF is #688730. Grayscale: #8A8A8A. Windows color (decimal): -6850353 or 13596823. OLE color: 13596823.
HSL color Cylindrical-coordinate representation of color #9778CF: hue angle of 261.38º 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 #9778CF is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 120 | 207 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.19 |
| HSL | 261.38º | 0.48% | 0.64% | - |
| HSV(B) | 261.38º | 0.42% | 0.81% | - |
| XYZ | 30.74 | 24.52 | 62.14 | - |
| YUV | 139.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 120 | 207 | 0.27 | 0.42 | 0 | 0.19 | 261.38 | 0.48 | 0.64 |
| Hex | 97 | 78 | CF | 1B | 2A | 0 | 13 | 105 | 30 | 40 |
| Octal | 227 | 170 | 317 | 33 | 52 | 0 | 23 | 405 | 60 | 100 |
| Binary | 10010111 | 1111000 | 11001111 | 11011 | 101010 | 0 | 10011 | 100000101 | 110000 | 1000000 |
Color Harmonies of #9778CF
Complementary color
Monochromatic Colors of #9778CF
Black with #9778CF
Text Example
Text Example
White with #9778CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9778CF; }
p { color: rgb(151,120,207); }
H1.HeaderClassName
{
color: #9778CF;
}
.AnyTagClassName
{
color: #9778CF;
}
</style>
background-color css
<style>
a { background-color: #9778CF; }
a { background-color: rgb(151,120,207); }
div.DivClassName
{
background-color: #9778CF;
}
.BgClassName
{
background-color: #9778CF;
}
</style>
border-color css
<style>
span { border-color: #9778CF; }
span { border-color: rgb(151,120,207); }
td.TdClassName
{
border-color: #9778CF;
}
.TagClassName
{
border-color: #9778CF;
}
</style>