Shades of True V #8660D0
Tints of True V #8660D0
RGB
CMYK
RGB Variations
Color information
#8660D0 (or 0x8660D0) is known color: True V. HEX triplet: 86, 60 and D0. RGB value is (134,96,208). Sum of RGB (Red+Green+Blue) = 134+96+208=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #8660D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8660D0 is #799F2F. Grayscale: #777777. Windows color (decimal): -7970608 or 13656198. OLE color: 13656198.
HSL color Cylindrical-coordinate representation of color #8660D0: hue angle of 260.36º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8660D0 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 96 | 208 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.18 |
| HSL | 260.36º | 0.54% | 0.6% | - |
| HSV(B) | 260.36º | 0.54% | 0.82% | - |
| XYZ | 25.4 | 17.99 | 61.81 | - |
| YUV | 120.13 | 177.59 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 208 | 0.36 | 0.54 | 0 | 0.18 | 260.36 | 0.54 | 0.6 |
| Hex | 86 | 60 | D0 | 24 | 36 | 0 | 12 | 104 | 36 | 3C |
| Octal | 206 | 140 | 320 | 44 | 66 | 0 | 22 | 404 | 66 | 74 |
| Binary | 10000110 | 1100000 | 11010000 | 100100 | 110110 | 0 | 10010 | 100000100 | 110110 | 111100 |
Color Harmonies of #8660D0
Complementary color
Monochromatic Colors of #8660D0
Black with #8660D0
Text Example
Text Example
White with #8660D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8660D0; }
p { color: rgb(134,96,208); }
H1.HeaderClassName
{
color: #8660D0;
}
.AnyTagClassName
{
color: #8660D0;
}
</style>
background-color css
<style>
a { background-color: #8660D0; }
a { background-color: rgb(134,96,208); }
div.DivClassName
{
background-color: #8660D0;
}
.BgClassName
{
background-color: #8660D0;
}
</style>
border-color css
<style>
span { border-color: #8660D0; }
span { border-color: rgb(134,96,208); }
td.TdClassName
{
border-color: #8660D0;
}
.TagClassName
{
border-color: #8660D0;
}
</style>