Shades of True V #8669CE
Tints of True V #8669CE
RGB
CMYK
RGB Variations
Color information
#8669CE (or 0x8669CE) is known color: True V. HEX triplet: 86, 69 and CE. RGB value is (134,105,206). Sum of RGB (Red+Green+Blue) = 134+105+206=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #8669CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8669CE is #799631. Grayscale: #7C7C7C. Windows color (decimal): -7968306 or 13527430. OLE color: 13527430.
HSL color Cylindrical-coordinate representation of color #8669CE: hue angle of 257.23º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8669CE is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 105 | 206 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.19 |
| HSL | 257.23º | 0.51% | 0.61% | - |
| HSV(B) | 257.23º | 0.49% | 0.81% | - |
| XYZ | 26.02 | 19.63 | 60.81 | - |
| YUV | 125.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 206 | 0.35 | 0.49 | 0 | 0.19 | 257.23 | 0.51 | 0.61 |
| Hex | 86 | 69 | CE | 23 | 31 | 0 | 13 | 101 | 33 | 3D |
| Octal | 206 | 151 | 316 | 43 | 61 | 0 | 23 | 401 | 63 | 75 |
| Binary | 10000110 | 1101001 | 11001110 | 100011 | 110001 | 0 | 10011 | 100000001 | 110011 | 111101 |
Color Harmonies of #8669CE
Complementary color
Monochromatic Colors of #8669CE
Black with #8669CE
Text Example
Text Example
White with #8669CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8669CE; }
p { color: rgb(134,105,206); }
H1.HeaderClassName
{
color: #8669CE;
}
.AnyTagClassName
{
color: #8669CE;
}
</style>
background-color css
<style>
a { background-color: #8669CE; }
a { background-color: rgb(134,105,206); }
div.DivClassName
{
background-color: #8669CE;
}
.BgClassName
{
background-color: #8669CE;
}
</style>
border-color css
<style>
span { border-color: #8669CE; }
span { border-color: rgb(134,105,206); }
td.TdClassName
{
border-color: #8669CE;
}
.TagClassName
{
border-color: #8669CE;
}
</style>