Shades of True V #8966C5
Tints of True V #8966C5
RGB
CMYK
RGB Variations
Color information
#8966C5 (or 0x8966C5) is known color: True V. HEX triplet: 89, 66 and C5. RGB value is (137,102,197). Sum of RGB (Red+Green+Blue) = 137+102+197=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 197 - color contains mainly: blue. Hex color #8966C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8966C5 is #76993A. Grayscale: #7A7A7A. Windows color (decimal): -7772475 or 12936841. OLE color: 12936841.
HSL color Cylindrical-coordinate representation of color #8966C5: hue angle of 262.11º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8966C5 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 102 | 197 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.23 |
| HSL | 262.11º | 0.45% | 0.59% | - |
| HSV(B) | 262.11º | 0.48% | 0.77% | - |
| XYZ | 25.15 | 18.85 | 55.14 | - |
| YUV | 123.3 | 169.6 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 102 | 197 | 0.30 | 0.48 | 0 | 0.23 | 262.11 | 0.45 | 0.59 |
| Hex | 89 | 66 | C5 | 1E | 30 | 0 | 17 | 106 | 2D | 3B |
| Octal | 211 | 146 | 305 | 36 | 60 | 0 | 27 | 406 | 55 | 73 |
| Binary | 10001001 | 1100110 | 11000101 | 11110 | 110000 | 0 | 10111 | 100000110 | 101101 | 111011 |
Color Harmonies of #8966C5
Complementary color
Monochromatic Colors of #8966C5
Black with #8966C5
Text Example
Text Example
White with #8966C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8966C5; }
p { color: rgb(137,102,197); }
H1.HeaderClassName
{
color: #8966C5;
}
.AnyTagClassName
{
color: #8966C5;
}
</style>
background-color css
<style>
a { background-color: #8966C5; }
a { background-color: rgb(137,102,197); }
div.DivClassName
{
background-color: #8966C5;
}
.BgClassName
{
background-color: #8966C5;
}
</style>
border-color css
<style>
span { border-color: #8966C5; }
span { border-color: rgb(137,102,197); }
td.TdClassName
{
border-color: #8966C5;
}
.TagClassName
{
border-color: #8966C5;
}
</style>