Shades of True V #8865D0
Tints of True V #8865D0
RGB
CMYK
RGB Variations
Color information
#8865D0 (or 0x8865D0) is known color: True V. HEX triplet: 88, 65 and D0. RGB value is (136,101,208). Sum of RGB (Red+Green+Blue) = 136+101+208=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #8865D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8865D0 is #779A2F. Grayscale: #7B7B7B. Windows color (decimal): -7838256 or 13657480. OLE color: 13657480.
HSL color Cylindrical-coordinate representation of color #8865D0: hue angle of 259.63º 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 #8865D0 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 101 | 208 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.18 |
| HSL | 259.63º | 0.53% | 0.61% | - |
| HSV(B) | 259.63º | 0.51% | 0.82% | - |
| XYZ | 26.19 | 19.1 | 61.98 | - |
| YUV | 123.66 | 175.6 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 208 | 0.35 | 0.51 | 0 | 0.18 | 259.63 | 0.53 | 0.61 |
| Hex | 88 | 65 | D0 | 23 | 33 | 0 | 12 | 104 | 35 | 3D |
| Octal | 210 | 145 | 320 | 43 | 63 | 0 | 22 | 404 | 65 | 75 |
| Binary | 10001000 | 1100101 | 11010000 | 100011 | 110011 | 0 | 10010 | 100000100 | 110101 | 111101 |
Color Harmonies of #8865D0
Complementary color
Monochromatic Colors of #8865D0
Black with #8865D0
Text Example
Text Example
White with #8865D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8865D0; }
p { color: rgb(136,101,208); }
H1.HeaderClassName
{
color: #8865D0;
}
.AnyTagClassName
{
color: #8865D0;
}
</style>
background-color css
<style>
a { background-color: #8865D0; }
a { background-color: rgb(136,101,208); }
div.DivClassName
{
background-color: #8865D0;
}
.BgClassName
{
background-color: #8865D0;
}
</style>
border-color css
<style>
span { border-color: #8865D0; }
span { border-color: rgb(136,101,208); }
td.TdClassName
{
border-color: #8865D0;
}
.TagClassName
{
border-color: #8865D0;
}
</style>