Shades of True V #8663CD
Tints of True V #8663CD
RGB
CMYK
RGB Variations
Color information
#8663CD (or 0x8663CD) is known color: True V. HEX triplet: 86, 63 and CD. RGB value is (134,99,205). Sum of RGB (Red+Green+Blue) = 134+99+205=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #8663CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8663CD is #799C32. Grayscale: #797979. Windows color (decimal): -7969843 or 13460358. OLE color: 13460358.
HSL color Cylindrical-coordinate representation of color #8663CD: hue angle of 259.81º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8663CD is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 99 | 205 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.20 |
| HSL | 259.81º | 0.51% | 0.6% | - |
| HSV(B) | 259.81º | 0.52% | 0.8% | - |
| XYZ | 25.31 | 18.4 | 59.97 | - |
| YUV | 121.55 | 175.1 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 205 | 0.35 | 0.52 | 0 | 0.20 | 259.81 | 0.51 | 0.6 |
| Hex | 86 | 63 | CD | 23 | 34 | 0 | 14 | 104 | 33 | 3C |
| Octal | 206 | 143 | 315 | 43 | 64 | 0 | 24 | 404 | 63 | 74 |
| Binary | 10000110 | 1100011 | 11001101 | 100011 | 110100 | 0 | 10100 | 100000100 | 110011 | 111100 |
Color Harmonies of #8663CD
Complementary color
Monochromatic Colors of #8663CD
Black with #8663CD
Text Example
Text Example
White with #8663CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8663CD; }
p { color: rgb(134,99,205); }
H1.HeaderClassName
{
color: #8663CD;
}
.AnyTagClassName
{
color: #8663CD;
}
</style>
background-color css
<style>
a { background-color: #8663CD; }
a { background-color: rgb(134,99,205); }
div.DivClassName
{
background-color: #8663CD;
}
.BgClassName
{
background-color: #8663CD;
}
</style>
border-color css
<style>
span { border-color: #8663CD; }
span { border-color: rgb(134,99,205); }
td.TdClassName
{
border-color: #8663CD;
}
.TagClassName
{
border-color: #8663CD;
}
</style>