Shades of True V #896CCA
Tints of True V #896CCA
RGB
CMYK
RGB Variations
Color information
#896CCA (or 0x896CCA) is known color: True V. HEX triplet: 89, 6C and CA. RGB value is (137,108,202). Sum of RGB (Red+Green+Blue) = 137+108+202=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #896CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CCA is #769335. Grayscale: #7F7F7F. Windows color (decimal): -7770934 or 13266057. OLE color: 13266057.
HSL color Cylindrical-coordinate representation of color #896CCA: hue angle of 258.51º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #896CCA is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 108 | 202 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.21 |
| HSL | 258.51º | 0.47% | 0.61% | - |
| HSV(B) | 258.51º | 0.47% | 0.79% | - |
| XYZ | 26.34 | 20.31 | 58.41 | - |
| YUV | 127.39 | 170.11 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 202 | 0.32 | 0.47 | 0 | 0.21 | 258.51 | 0.47 | 0.61 |
| Hex | 89 | 6C | CA | 20 | 2F | 0 | 15 | 103 | 2F | 3D |
| Octal | 211 | 154 | 312 | 40 | 57 | 0 | 25 | 403 | 57 | 75 |
| Binary | 10001001 | 1101100 | 11001010 | 100000 | 101111 | 0 | 10101 | 100000011 | 101111 | 111101 |
Color Harmonies of #896CCA
Complementary color
Monochromatic Colors of #896CCA
Black with #896CCA
Text Example
Text Example
White with #896CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896CCA; }
p { color: rgb(137,108,202); }
H1.HeaderClassName
{
color: #896CCA;
}
.AnyTagClassName
{
color: #896CCA;
}
</style>
background-color css
<style>
a { background-color: #896CCA; }
a { background-color: rgb(137,108,202); }
div.DivClassName
{
background-color: #896CCA;
}
.BgClassName
{
background-color: #896CCA;
}
</style>
border-color css
<style>
span { border-color: #896CCA; }
span { border-color: rgb(137,108,202); }
td.TdClassName
{
border-color: #896CCA;
}
.TagClassName
{
border-color: #896CCA;
}
</style>