Shades of True V #8660CE
Tints of True V #8660CE
RGB
CMYK
RGB Variations
Color information
#8660CE (or 0x8660CE) is known color: True V. HEX triplet: 86, 60 and CE. RGB value is (134,96,206). Sum of RGB (Red+Green+Blue) = 134+96+206=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #8660CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8660CE is #799F31. Grayscale: #777777. Windows color (decimal): -7970610 or 13525126. OLE color: 13525126.
HSL color Cylindrical-coordinate representation of color #8660CE: hue angle of 260.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8660CE is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 96 | 206 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.19 |
| HSL | 260.73º | 0.53% | 0.59% | - |
| HSV(B) | 260.73º | 0.53% | 0.81% | - |
| XYZ | 25.15 | 17.89 | 60.52 | - |
| YUV | 119.9 | 176.59 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 206 | 0.35 | 0.53 | 0 | 0.19 | 260.73 | 0.53 | 0.59 |
| Hex | 86 | 60 | CE | 23 | 35 | 0 | 13 | 105 | 35 | 3B |
| Octal | 206 | 140 | 316 | 43 | 65 | 0 | 23 | 405 | 65 | 73 |
| Binary | 10000110 | 1100000 | 11001110 | 100011 | 110101 | 0 | 10011 | 100000101 | 110101 | 111011 |
Color Harmonies of #8660CE
Complementary color
Monochromatic Colors of #8660CE
Black with #8660CE
Text Example
Text Example
White with #8660CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8660CE; }
p { color: rgb(134,96,206); }
H1.HeaderClassName
{
color: #8660CE;
}
.AnyTagClassName
{
color: #8660CE;
}
</style>
background-color css
<style>
a { background-color: #8660CE; }
a { background-color: rgb(134,96,206); }
div.DivClassName
{
background-color: #8660CE;
}
.BgClassName
{
background-color: #8660CE;
}
</style>
border-color css
<style>
span { border-color: #8660CE; }
span { border-color: rgb(134,96,206); }
td.TdClassName
{
border-color: #8660CE;
}
.TagClassName
{
border-color: #8660CE;
}
</style>