Shades of True V #8665CF
Tints of True V #8665CF
RGB
CMYK
RGB Variations
Color information
#8665CF (or 0x8665CF) is known color: True V. HEX triplet: 86, 65 and CF. RGB value is (134,101,207). Sum of RGB (Red+Green+Blue) = 134+101+207=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #8665CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8665CF is #799A30. Grayscale: #7A7A7A. Windows color (decimal): -7969329 or 13591942. OLE color: 13591942.
HSL color Cylindrical-coordinate representation of color #8665CF: hue angle of 258.68º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8665CF is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 101 | 207 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.19 |
| HSL | 258.68º | 0.52% | 0.6% | - |
| HSV(B) | 258.68º | 0.51% | 0.81% | - |
| XYZ | 25.75 | 18.88 | 61.32 | - |
| YUV | 122.95 | 175.43 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 207 | 0.35 | 0.51 | 0 | 0.19 | 258.68 | 0.52 | 0.6 |
| Hex | 86 | 65 | CF | 23 | 33 | 0 | 13 | 103 | 34 | 3C |
| Octal | 206 | 145 | 317 | 43 | 63 | 0 | 23 | 403 | 64 | 74 |
| Binary | 10000110 | 1100101 | 11001111 | 100011 | 110011 | 0 | 10011 | 100000011 | 110100 | 111100 |
Color Harmonies of #8665CF
Complementary color
Monochromatic Colors of #8665CF
Black with #8665CF
Text Example
Text Example
White with #8665CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8665CF; }
p { color: rgb(134,101,207); }
H1.HeaderClassName
{
color: #8665CF;
}
.AnyTagClassName
{
color: #8665CF;
}
</style>
background-color css
<style>
a { background-color: #8665CF; }
a { background-color: rgb(134,101,207); }
div.DivClassName
{
background-color: #8665CF;
}
.BgClassName
{
background-color: #8665CF;
}
</style>
border-color css
<style>
span { border-color: #8665CF; }
span { border-color: rgb(134,101,207); }
td.TdClassName
{
border-color: #8665CF;
}
.TagClassName
{
border-color: #8665CF;
}
</style>