Shades of True V #8964CD
Tints of True V #8964CD
RGB
CMYK
RGB Variations
Color information
#8964CD (or 0x8964CD) is known color: True V. HEX triplet: 89, 64 and CD. RGB value is (137,100,205). Sum of RGB (Red+Green+Blue) = 137+100+205=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #8964CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8964CD is #769B32. Grayscale: #7A7A7A. Windows color (decimal): -7772979 or 13460617. OLE color: 13460617.
HSL color Cylindrical-coordinate representation of color #8964CD: hue angle of 261.14º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8964CD is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 100 | 205 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.20 |
| HSL | 261.14º | 0.51% | 0.6% | - |
| HSV(B) | 261.14º | 0.51% | 0.8% | - |
| XYZ | 25.89 | 18.84 | 60.03 | - |
| YUV | 123.03 | 174.26 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 205 | 0.33 | 0.51 | 0 | 0.20 | 261.14 | 0.51 | 0.6 |
| Hex | 89 | 64 | CD | 21 | 33 | 0 | 14 | 105 | 33 | 3C |
| Octal | 211 | 144 | 315 | 41 | 63 | 0 | 24 | 405 | 63 | 74 |
| Binary | 10001001 | 1100100 | 11001101 | 100001 | 110011 | 0 | 10100 | 100000101 | 110011 | 111100 |
Color Harmonies of #8964CD
Complementary color
Monochromatic Colors of #8964CD
Black with #8964CD
Text Example
Text Example
White with #8964CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8964CD; }
p { color: rgb(137,100,205); }
H1.HeaderClassName
{
color: #8964CD;
}
.AnyTagClassName
{
color: #8964CD;
}
</style>
background-color css
<style>
a { background-color: #8964CD; }
a { background-color: rgb(137,100,205); }
div.DivClassName
{
background-color: #8964CD;
}
.BgClassName
{
background-color: #8964CD;
}
</style>
border-color css
<style>
span { border-color: #8964CD; }
span { border-color: rgb(137,100,205); }
td.TdClassName
{
border-color: #8964CD;
}
.TagClassName
{
border-color: #8964CD;
}
</style>