Shades of True V #8662CF
Tints of True V #8662CF
RGB
CMYK
RGB Variations
Color information
#8662CF (or 0x8662CF) is known color: True V. HEX triplet: 86, 62 and CF. RGB value is (134,98,207). Sum of RGB (Red+Green+Blue) = 134+98+207=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #8662CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8662CF is #799D30. Grayscale: #787878. Windows color (decimal): -7970097 or 13591174. OLE color: 13591174.
HSL color Cylindrical-coordinate representation of color #8662CF: hue angle of 259.82º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8662CF is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 98 | 207 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.19 |
| HSL | 259.82º | 0.53% | 0.6% | - |
| HSV(B) | 259.82º | 0.53% | 0.81% | - |
| XYZ | 25.46 | 18.31 | 61.22 | - |
| YUV | 121.19 | 176.43 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 207 | 0.35 | 0.53 | 0 | 0.19 | 259.82 | 0.53 | 0.6 |
| Hex | 86 | 62 | CF | 23 | 35 | 0 | 13 | 104 | 35 | 3C |
| Octal | 206 | 142 | 317 | 43 | 65 | 0 | 23 | 404 | 65 | 74 |
| Binary | 10000110 | 1100010 | 11001111 | 100011 | 110101 | 0 | 10011 | 100000100 | 110101 | 111100 |
Color Harmonies of #8662CF
Complementary color
Monochromatic Colors of #8662CF
Black with #8662CF
Text Example
Text Example
White with #8662CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8662CF; }
p { color: rgb(134,98,207); }
H1.HeaderClassName
{
color: #8662CF;
}
.AnyTagClassName
{
color: #8662CF;
}
</style>
background-color css
<style>
a { background-color: #8662CF; }
a { background-color: rgb(134,98,207); }
div.DivClassName
{
background-color: #8662CF;
}
.BgClassName
{
background-color: #8662CF;
}
</style>
border-color css
<style>
span { border-color: #8662CF; }
span { border-color: rgb(134,98,207); }
td.TdClassName
{
border-color: #8662CF;
}
.TagClassName
{
border-color: #8662CF;
}
</style>