Shades of True V #8661CE
Tints of True V #8661CE
RGB
CMYK
RGB Variations
Color information
#8661CE (or 0x8661CE) is known color: True V. HEX triplet: 86, 61 and CE. RGB value is (134,97,206). Sum of RGB (Red+Green+Blue) = 134+97+206=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #8661CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8661CE is #799E31. Grayscale: #787878. Windows color (decimal): -7970354 or 13525382. OLE color: 13525382.
HSL color Cylindrical-coordinate representation of color #8661CE: hue angle of 260.37º 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 #8661CE is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 97 | 206 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.19 |
| HSL | 260.37º | 0.53% | 0.59% | - |
| HSV(B) | 260.37º | 0.53% | 0.81% | - |
| XYZ | 25.25 | 18.07 | 60.55 | - |
| YUV | 120.49 | 176.26 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 206 | 0.35 | 0.53 | 0 | 0.19 | 260.37 | 0.53 | 0.59 |
| Hex | 86 | 61 | CE | 23 | 35 | 0 | 13 | 104 | 35 | 3B |
| Octal | 206 | 141 | 316 | 43 | 65 | 0 | 23 | 404 | 65 | 73 |
| Binary | 10000110 | 1100001 | 11001110 | 100011 | 110101 | 0 | 10011 | 100000100 | 110101 | 111011 |
Color Harmonies of #8661CE
Complementary color
Monochromatic Colors of #8661CE
Black with #8661CE
Text Example
Text Example
White with #8661CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8661CE; }
p { color: rgb(134,97,206); }
H1.HeaderClassName
{
color: #8661CE;
}
.AnyTagClassName
{
color: #8661CE;
}
</style>
background-color css
<style>
a { background-color: #8661CE; }
a { background-color: rgb(134,97,206); }
div.DivClassName
{
background-color: #8661CE;
}
.BgClassName
{
background-color: #8661CE;
}
</style>
border-color css
<style>
span { border-color: #8661CE; }
span { border-color: rgb(134,97,206); }
td.TdClassName
{
border-color: #8661CE;
}
.TagClassName
{
border-color: #8661CE;
}
</style>