Shades of True V #8961C9
Tints of True V #8961C9
RGB
CMYK
RGB Variations
Color information
#8961C9 (or 0x8961C9) is known color: True V. HEX triplet: 89, 61 and C9. RGB value is (137,97,201). Sum of RGB (Red+Green+Blue) = 137+97+201=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #8961C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8961C9 is #769E36. Grayscale: #787878. Windows color (decimal): -7773751 or 13197705. OLE color: 13197705.
HSL color Cylindrical-coordinate representation of color #8961C9: hue angle of 263.08º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8961C9 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 97 | 201 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.21 |
| HSL | 263.08º | 0.49% | 0.58% | - |
| HSV(B) | 263.08º | 0.52% | 0.79% | - |
| XYZ | 25.13 | 18.08 | 57.42 | - |
| YUV | 120.82 | 173.25 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 201 | 0.32 | 0.52 | 0 | 0.21 | 263.08 | 0.49 | 0.58 |
| Hex | 89 | 61 | C9 | 20 | 34 | 0 | 15 | 107 | 31 | 3A |
| Octal | 211 | 141 | 311 | 40 | 64 | 0 | 25 | 407 | 61 | 72 |
| Binary | 10001001 | 1100001 | 11001001 | 100000 | 110100 | 0 | 10101 | 100000111 | 110001 | 111010 |
Color Harmonies of #8961C9
Complementary color
Monochromatic Colors of #8961C9
Black with #8961C9
Text Example
Text Example
White with #8961C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8961C9; }
p { color: rgb(137,97,201); }
H1.HeaderClassName
{
color: #8961C9;
}
.AnyTagClassName
{
color: #8961C9;
}
</style>
background-color css
<style>
a { background-color: #8961C9; }
a { background-color: rgb(137,97,201); }
div.DivClassName
{
background-color: #8961C9;
}
.BgClassName
{
background-color: #8961C9;
}
</style>
border-color css
<style>
span { border-color: #8961C9; }
span { border-color: rgb(137,97,201); }
td.TdClassName
{
border-color: #8961C9;
}
.TagClassName
{
border-color: #8961C9;
}
</style>