Shades of True V #8664CF
Tints of True V #8664CF
RGB
CMYK
RGB Variations
Color information
#8664CF (or 0x8664CF) is known color: True V. HEX triplet: 86, 64 and CF. RGB value is (134,100,207). Sum of RGB (Red+Green+Blue) = 134+100+207=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #8664CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8664CF is #799B30. Grayscale: #797979. Windows color (decimal): -7969585 or 13591686. OLE color: 13591686.
HSL color Cylindrical-coordinate representation of color #8664CF: hue angle of 259.07º 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 #8664CF is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 100 | 207 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.19 |
| HSL | 259.07º | 0.53% | 0.6% | - |
| HSV(B) | 259.07º | 0.52% | 0.81% | - |
| XYZ | 25.65 | 18.69 | 61.29 | - |
| YUV | 122.36 | 175.76 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 100 | 207 | 0.35 | 0.52 | 0 | 0.19 | 259.07 | 0.53 | 0.6 |
| Hex | 86 | 64 | CF | 23 | 34 | 0 | 13 | 103 | 35 | 3C |
| Octal | 206 | 144 | 317 | 43 | 64 | 0 | 23 | 403 | 65 | 74 |
| Binary | 10000110 | 1100100 | 11001111 | 100011 | 110100 | 0 | 10011 | 100000011 | 110101 | 111100 |
Color Harmonies of #8664CF
Complementary color
Monochromatic Colors of #8664CF
Black with #8664CF
Text Example
Text Example
White with #8664CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8664CF; }
p { color: rgb(134,100,207); }
H1.HeaderClassName
{
color: #8664CF;
}
.AnyTagClassName
{
color: #8664CF;
}
</style>
background-color css
<style>
a { background-color: #8664CF; }
a { background-color: rgb(134,100,207); }
div.DivClassName
{
background-color: #8664CF;
}
.BgClassName
{
background-color: #8664CF;
}
</style>
border-color css
<style>
span { border-color: #8664CF; }
span { border-color: rgb(134,100,207); }
td.TdClassName
{
border-color: #8664CF;
}
.TagClassName
{
border-color: #8664CF;
}
</style>