Shades of True V #896FCC
Tints of True V #896FCC
RGB
CMYK
RGB Variations
Color information
#896FCC (or 0x896FCC) is known color: True V. HEX triplet: 89, 6F and CC. RGB value is (137,111,204). Sum of RGB (Red+Green+Blue) = 137+111+204=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #896FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896FCC is #769033. Grayscale: #818181. Windows color (decimal): -7770164 or 13397897. OLE color: 13397897.
HSL color Cylindrical-coordinate representation of color #896FCC: hue angle of 256.77º 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 #896FCC is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 111 | 204 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.2 |
| HSL | 256.77º | 0.48% | 0.62% | - |
| HSV(B) | 256.77º | 0.46% | 0.8% | - |
| XYZ | 26.9 | 21.05 | 59.77 | - |
| YUV | 129.38 | 170.11 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 204 | 0.33 | 0.46 | 0 | 0.2 | 256.77 | 0.48 | 0.62 |
| Hex | 89 | 6F | CC | 21 | 2E | 0 | 14 | 101 | 30 | 3E |
| Octal | 211 | 157 | 314 | 41 | 56 | 0 | 24 | 401 | 60 | 76 |
| Binary | 10001001 | 1101111 | 11001100 | 100001 | 101110 | 0 | 10100 | 100000001 | 110000 | 111110 |
Color Harmonies of #896FCC
Complementary color
Monochromatic Colors of #896FCC
Black with #896FCC
Text Example
Text Example
White with #896FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896FCC; }
p { color: rgb(137,111,204); }
H1.HeaderClassName
{
color: #896FCC;
}
.AnyTagClassName
{
color: #896FCC;
}
</style>
background-color css
<style>
a { background-color: #896FCC; }
a { background-color: rgb(137,111,204); }
div.DivClassName
{
background-color: #896FCC;
}
.BgClassName
{
background-color: #896FCC;
}
</style>
border-color css
<style>
span { border-color: #896FCC; }
span { border-color: rgb(137,111,204); }
td.TdClassName
{
border-color: #896FCC;
}
.TagClassName
{
border-color: #896FCC;
}
</style>