Shades of True V #896CCB
Tints of True V #896CCB
RGB
CMYK
RGB Variations
Color information
#896CCB (or 0x896CCB) is known color: True V. HEX triplet: 89, 6C and CB. RGB value is (137,108,203). Sum of RGB (Red+Green+Blue) = 137+108+203=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #896CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CCB is #769334. Grayscale: #7F7F7F. Windows color (decimal): -7770933 or 13331593. OLE color: 13331593.
HSL color Cylindrical-coordinate representation of color #896CCB: hue angle of 258.32º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #896CCB is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 108 | 203 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.20 |
| HSL | 258.32º | 0.48% | 0.61% | - |
| HSV(B) | 258.32º | 0.47% | 0.8% | - |
| XYZ | 26.46 | 20.36 | 59.03 | - |
| YUV | 127.5 | 170.61 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 203 | 0.33 | 0.47 | 0 | 0.20 | 258.32 | 0.48 | 0.61 |
| Hex | 89 | 6C | CB | 21 | 2F | 0 | 14 | 102 | 30 | 3D |
| Octal | 211 | 154 | 313 | 41 | 57 | 0 | 24 | 402 | 60 | 75 |
| Binary | 10001001 | 1101100 | 11001011 | 100001 | 101111 | 0 | 10100 | 100000010 | 110000 | 111101 |
Color Harmonies of #896CCB
Complementary color
Monochromatic Colors of #896CCB
Black with #896CCB
Text Example
Text Example
White with #896CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896CCB; }
p { color: rgb(137,108,203); }
H1.HeaderClassName
{
color: #896CCB;
}
.AnyTagClassName
{
color: #896CCB;
}
</style>
background-color css
<style>
a { background-color: #896CCB; }
a { background-color: rgb(137,108,203); }
div.DivClassName
{
background-color: #896CCB;
}
.BgClassName
{
background-color: #896CCB;
}
</style>
border-color css
<style>
span { border-color: #896CCB; }
span { border-color: rgb(137,108,203); }
td.TdClassName
{
border-color: #896CCB;
}
.TagClassName
{
border-color: #896CCB;
}
</style>