Shades of True V #8663CF
Tints of True V #8663CF
RGB
CMYK
RGB Variations
Color information
#8663CF (or 0x8663CF) is known color: True V. HEX triplet: 86, 63 and CF. RGB value is (134,99,207). Sum of RGB (Red+Green+Blue) = 134+99+207=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #8663CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8663CF is #799C30. Grayscale: #797979. Windows color (decimal): -7969841 or 13591430. OLE color: 13591430.
HSL color Cylindrical-coordinate representation of color #8663CF: hue angle of 259.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8663CF is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 99 | 207 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.19 |
| HSL | 259.44º | 0.53% | 0.6% | - |
| HSV(B) | 259.44º | 0.52% | 0.81% | - |
| XYZ | 25.56 | 18.5 | 61.25 | - |
| YUV | 121.78 | 176.1 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 207 | 0.35 | 0.52 | 0 | 0.19 | 259.44 | 0.53 | 0.6 |
| Hex | 86 | 63 | CF | 23 | 34 | 0 | 13 | 103 | 35 | 3C |
| Octal | 206 | 143 | 317 | 43 | 64 | 0 | 23 | 403 | 65 | 74 |
| Binary | 10000110 | 1100011 | 11001111 | 100011 | 110100 | 0 | 10011 | 100000011 | 110101 | 111100 |
Color Harmonies of #8663CF
Complementary color
Monochromatic Colors of #8663CF
Black with #8663CF
Text Example
Text Example
White with #8663CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8663CF; }
p { color: rgb(134,99,207); }
H1.HeaderClassName
{
color: #8663CF;
}
.AnyTagClassName
{
color: #8663CF;
}
</style>
background-color css
<style>
a { background-color: #8663CF; }
a { background-color: rgb(134,99,207); }
div.DivClassName
{
background-color: #8663CF;
}
.BgClassName
{
background-color: #8663CF;
}
</style>
border-color css
<style>
span { border-color: #8663CF; }
span { border-color: rgb(134,99,207); }
td.TdClassName
{
border-color: #8663CF;
}
.TagClassName
{
border-color: #8663CF;
}
</style>