Shades of True V #9880CF
Tints of True V #9880CF
RGB
CMYK
RGB Variations
Color information
#9880CF (or 0x9880CF) is known color: True V. HEX triplet: 98, 80 and CF. RGB value is (152,128,207). Sum of RGB (Red+Green+Blue) = 152+128+207=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #9880CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880CF is #677F30. Grayscale: #8F8F8F. Windows color (decimal): -6782769 or 13598872. OLE color: 13598872.
HSL color Cylindrical-coordinate representation of color #9880CF: hue angle of 258.23º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9880CF is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 128 | 207 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.19 |
| HSL | 258.23º | 0.45% | 0.66% | - |
| HSV(B) | 258.23º | 0.38% | 0.81% | - |
| XYZ | 31.93 | 26.62 | 62.49 | - |
| YUV | 144.18 | 163.45 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 207 | 0.27 | 0.38 | 0 | 0.19 | 258.23 | 0.45 | 0.66 |
| Hex | 98 | 80 | CF | 1B | 26 | 0 | 13 | 102 | 2D | 42 |
| Octal | 230 | 200 | 317 | 33 | 46 | 0 | 23 | 402 | 55 | 102 |
| Binary | 10011000 | 10000000 | 11001111 | 11011 | 100110 | 0 | 10011 | 100000010 | 101101 | 1000010 |
Color Harmonies of #9880CF
Complementary color
Monochromatic Colors of #9880CF
Black with #9880CF
Text Example
Text Example
White with #9880CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9880CF; }
p { color: rgb(152,128,207); }
H1.HeaderClassName
{
color: #9880CF;
}
.AnyTagClassName
{
color: #9880CF;
}
</style>
background-color css
<style>
a { background-color: #9880CF; }
a { background-color: rgb(152,128,207); }
div.DivClassName
{
background-color: #9880CF;
}
.BgClassName
{
background-color: #9880CF;
}
</style>
border-color css
<style>
span { border-color: #9880CF; }
span { border-color: rgb(152,128,207); }
td.TdClassName
{
border-color: #9880CF;
}
.TagClassName
{
border-color: #9880CF;
}
</style>