Shades of True V #8961CB
Tints of True V #8961CB
RGB
CMYK
RGB Variations
Color information
#8961CB (or 0x8961CB) is known color: True V. HEX triplet: 89, 61 and CB. RGB value is (137,97,203). Sum of RGB (Red+Green+Blue) = 137+97+203=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #8961CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8961CB is #769E34. Grayscale: #787878. Windows color (decimal): -7773749 or 13328777. OLE color: 13328777.
HSL color Cylindrical-coordinate representation of color #8961CB: hue angle of 262.64º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8961CB is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 97 | 203 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.20 |
| HSL | 262.64º | 0.5% | 0.59% | - |
| HSV(B) | 262.64º | 0.52% | 0.8% | - |
| XYZ | 25.37 | 18.18 | 58.67 | - |
| YUV | 121.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 203 | 0.33 | 0.52 | 0 | 0.20 | 262.64 | 0.5 | 0.59 |
| Hex | 89 | 61 | CB | 21 | 34 | 0 | 14 | 107 | 32 | 3B |
| Octal | 211 | 141 | 313 | 41 | 64 | 0 | 24 | 407 | 62 | 73 |
| Binary | 10001001 | 1100001 | 11001011 | 100001 | 110100 | 0 | 10100 | 100000111 | 110010 | 111011 |
Color Harmonies of #8961CB
Complementary color
Monochromatic Colors of #8961CB
Black with #8961CB
Text Example
Text Example
White with #8961CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8961CB; }
p { color: rgb(137,97,203); }
H1.HeaderClassName
{
color: #8961CB;
}
.AnyTagClassName
{
color: #8961CB;
}
</style>
background-color css
<style>
a { background-color: #8961CB; }
a { background-color: rgb(137,97,203); }
div.DivClassName
{
background-color: #8961CB;
}
.BgClassName
{
background-color: #8961CB;
}
</style>
border-color css
<style>
span { border-color: #8961CB; }
span { border-color: rgb(137,97,203); }
td.TdClassName
{
border-color: #8961CB;
}
.TagClassName
{
border-color: #8961CB;
}
</style>