Shades of True V #8965CD
Tints of True V #8965CD
RGB
CMYK
RGB Variations
Color information
#8965CD (or 0x8965CD) is known color: True V. HEX triplet: 89, 65 and CD. RGB value is (137,101,205). Sum of RGB (Red+Green+Blue) = 137+101+205=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #8965CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8965CD is #769A32. Grayscale: #7B7B7B. Windows color (decimal): -7772723 or 13460873. OLE color: 13460873.
HSL color Cylindrical-coordinate representation of color #8965CD: hue angle of 260.77º 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 #8965CD is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 101 | 205 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.20 |
| HSL | 260.77º | 0.51% | 0.6% | - |
| HSV(B) | 260.77º | 0.51% | 0.8% | - |
| XYZ | 25.99 | 19.03 | 60.06 | - |
| YUV | 123.62 | 173.93 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 101 | 205 | 0.33 | 0.51 | 0 | 0.20 | 260.77 | 0.51 | 0.6 |
| Hex | 89 | 65 | CD | 21 | 33 | 0 | 14 | 105 | 33 | 3C |
| Octal | 211 | 145 | 315 | 41 | 63 | 0 | 24 | 405 | 63 | 74 |
| Binary | 10001001 | 1100101 | 11001101 | 100001 | 110011 | 0 | 10100 | 100000101 | 110011 | 111100 |
Color Harmonies of #8965CD
Complementary color
Monochromatic Colors of #8965CD
Black with #8965CD
Text Example
Text Example
White with #8965CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8965CD; }
p { color: rgb(137,101,205); }
H1.HeaderClassName
{
color: #8965CD;
}
.AnyTagClassName
{
color: #8965CD;
}
</style>
background-color css
<style>
a { background-color: #8965CD; }
a { background-color: rgb(137,101,205); }
div.DivClassName
{
background-color: #8965CD;
}
.BgClassName
{
background-color: #8965CD;
}
</style>
border-color css
<style>
span { border-color: #8965CD; }
span { border-color: rgb(137,101,205); }
td.TdClassName
{
border-color: #8965CD;
}
.TagClassName
{
border-color: #8965CD;
}
</style>