Shades of True V #8965D0
Tints of True V #8965D0
RGB
CMYK
RGB Variations
Color information
#8965D0 (or 0x8965D0) is known color: True V. HEX triplet: 89, 65 and D0. RGB value is (137,101,208). Sum of RGB (Red+Green+Blue) = 137+101+208=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #8965D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8965D0 is #769A2F. Grayscale: #7B7B7B. Windows color (decimal): -7772720 or 13657481. OLE color: 13657481.
HSL color Cylindrical-coordinate representation of color #8965D0: hue angle of 260.19º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8965D0 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 101 | 208 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.18 |
| HSL | 260.19º | 0.53% | 0.61% | - |
| HSV(B) | 260.19º | 0.51% | 0.82% | - |
| XYZ | 26.36 | 19.18 | 61.99 | - |
| YUV | 123.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 101 | 208 | 0.34 | 0.51 | 0 | 0.18 | 260.19 | 0.53 | 0.61 |
| Hex | 89 | 65 | D0 | 22 | 33 | 0 | 12 | 104 | 35 | 3D |
| Octal | 211 | 145 | 320 | 42 | 63 | 0 | 22 | 404 | 65 | 75 |
| Binary | 10001001 | 1100101 | 11010000 | 100010 | 110011 | 0 | 10010 | 100000100 | 110101 | 111101 |
Color Harmonies of #8965D0
Complementary color
Monochromatic Colors of #8965D0
Black with #8965D0
Text Example
Text Example
White with #8965D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8965D0; }
p { color: rgb(137,101,208); }
H1.HeaderClassName
{
color: #8965D0;
}
.AnyTagClassName
{
color: #8965D0;
}
</style>
background-color css
<style>
a { background-color: #8965D0; }
a { background-color: rgb(137,101,208); }
div.DivClassName
{
background-color: #8965D0;
}
.BgClassName
{
background-color: #8965D0;
}
</style>
border-color css
<style>
span { border-color: #8965D0; }
span { border-color: rgb(137,101,208); }
td.TdClassName
{
border-color: #8965D0;
}
.TagClassName
{
border-color: #8965D0;
}
</style>