Shades of True V #9879CE
Tints of True V #9879CE
RGB
CMYK
RGB Variations
Color information
#9879CE (or 0x9879CE) is known color: True V. HEX triplet: 98, 79 and CE. RGB value is (152,121,206). Sum of RGB (Red+Green+Blue) = 152+121+206=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #9879CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9879CE is #678631. Grayscale: #8B8B8B. Windows color (decimal): -6784562 or 13531544. OLE color: 13531544.
HSL color Cylindrical-coordinate representation of color #9879CE: hue angle of 261.88º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9879CE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 121 | 206 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.19 |
| HSL | 261.88º | 0.46% | 0.64% | - |
| HSV(B) | 261.88º | 0.41% | 0.81% | - |
| XYZ | 30.93 | 24.81 | 61.55 | - |
| YUV | 139.96 | 165.27 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 206 | 0.26 | 0.41 | 0 | 0.19 | 261.88 | 0.46 | 0.64 |
| Hex | 98 | 79 | CE | 1A | 29 | 0 | 13 | 106 | 2E | 40 |
| Octal | 230 | 171 | 316 | 32 | 51 | 0 | 23 | 406 | 56 | 100 |
| Binary | 10011000 | 1111001 | 11001110 | 11010 | 101001 | 0 | 10011 | 100000110 | 101110 | 1000000 |
Color Harmonies of #9879CE
Complementary color
Monochromatic Colors of #9879CE
Black with #9879CE
Text Example
Text Example
White with #9879CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9879CE; }
p { color: rgb(152,121,206); }
H1.HeaderClassName
{
color: #9879CE;
}
.AnyTagClassName
{
color: #9879CE;
}
</style>
background-color css
<style>
a { background-color: #9879CE; }
a { background-color: rgb(152,121,206); }
div.DivClassName
{
background-color: #9879CE;
}
.BgClassName
{
background-color: #9879CE;
}
</style>
border-color css
<style>
span { border-color: #9879CE; }
span { border-color: rgb(152,121,206); }
td.TdClassName
{
border-color: #9879CE;
}
.TagClassName
{
border-color: #9879CE;
}
</style>