Shades of True V #896FCD
Tints of True V #896FCD
RGB
CMYK
RGB Variations
Color information
#896FCD (or 0x896FCD) is known color: True V. HEX triplet: 89, 6F and CD. RGB value is (137,111,205). Sum of RGB (Red+Green+Blue) = 137+111+205=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #896FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896FCD is #769032. Grayscale: #818181. Windows color (decimal): -7770163 or 13463433. OLE color: 13463433.
HSL color Cylindrical-coordinate representation of color #896FCD: hue angle of 256.6º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #896FCD is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 111 | 205 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.20 |
| HSL | 256.6º | 0.48% | 0.62% | - |
| HSV(B) | 256.6º | 0.46% | 0.8% | - |
| XYZ | 27.02 | 21.1 | 60.41 | - |
| YUV | 129.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 205 | 0.33 | 0.46 | 0 | 0.20 | 256.6 | 0.48 | 0.62 |
| Hex | 89 | 6F | CD | 21 | 2E | 0 | 14 | 101 | 30 | 3E |
| Octal | 211 | 157 | 315 | 41 | 56 | 0 | 24 | 401 | 60 | 76 |
| Binary | 10001001 | 1101111 | 11001101 | 100001 | 101110 | 0 | 10100 | 100000001 | 110000 | 111110 |
Color Harmonies of #896FCD
Complementary color
Monochromatic Colors of #896FCD
Black with #896FCD
Text Example
Text Example
White with #896FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896FCD; }
p { color: rgb(137,111,205); }
H1.HeaderClassName
{
color: #896FCD;
}
.AnyTagClassName
{
color: #896FCD;
}
</style>
background-color css
<style>
a { background-color: #896FCD; }
a { background-color: rgb(137,111,205); }
div.DivClassName
{
background-color: #896FCD;
}
.BgClassName
{
background-color: #896FCD;
}
</style>
border-color css
<style>
span { border-color: #896FCD; }
span { border-color: rgb(137,111,205); }
td.TdClassName
{
border-color: #896FCD;
}
.TagClassName
{
border-color: #896FCD;
}
</style>