Shades of True V #8866D0
Tints of True V #8866D0
RGB
CMYK
RGB Variations
Color information
#8866D0 (or 0x8866D0) is known color: True V. HEX triplet: 88, 66 and D0. RGB value is (136,102,208). Sum of RGB (Red+Green+Blue) = 136+102+208=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 102 (40.23% from 255 or 22.87% 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 #8866D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8866D0 is #77992F. Grayscale: #7B7B7B. Windows color (decimal): -7838000 or 13657736. OLE color: 13657736.
HSL color Cylindrical-coordinate representation of color #8866D0: hue angle of 259.25º 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 #8866D0 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 102 | 208 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.18 |
| HSL | 259.25º | 0.53% | 0.61% | - |
| HSV(B) | 259.25º | 0.51% | 0.82% | - |
| XYZ | 26.29 | 19.29 | 62.01 | - |
| YUV | 124.25 | 175.26 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 102 | 208 | 0.35 | 0.51 | 0 | 0.18 | 259.25 | 0.53 | 0.61 |
| Hex | 88 | 66 | D0 | 23 | 33 | 0 | 12 | 103 | 35 | 3D |
| Octal | 210 | 146 | 320 | 43 | 63 | 0 | 22 | 403 | 65 | 75 |
| Binary | 10001000 | 1100110 | 11010000 | 100011 | 110011 | 0 | 10010 | 100000011 | 110101 | 111101 |
Color Harmonies of #8866D0
Complementary color
Monochromatic Colors of #8866D0
Black with #8866D0
Text Example
Text Example
White with #8866D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8866D0; }
p { color: rgb(136,102,208); }
H1.HeaderClassName
{
color: #8866D0;
}
.AnyTagClassName
{
color: #8866D0;
}
</style>
background-color css
<style>
a { background-color: #8866D0; }
a { background-color: rgb(136,102,208); }
div.DivClassName
{
background-color: #8866D0;
}
.BgClassName
{
background-color: #8866D0;
}
</style>
border-color css
<style>
span { border-color: #8866D0; }
span { border-color: rgb(136,102,208); }
td.TdClassName
{
border-color: #8866D0;
}
.TagClassName
{
border-color: #8866D0;
}
</style>