Shades of True V #8D69CF
Tints of True V #8D69CF
RGB
CMYK
RGB Variations
Color information
#8D69CF (or 0x8D69CF) is known color: True V. HEX triplet: 8D, 69 and CF. RGB value is (141,105,207). Sum of RGB (Red+Green+Blue) = 141+105+207=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D69CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D69CF is #729630. Grayscale: #7F7F7F. Windows color (decimal): -7509553 or 13592973. OLE color: 13592973.
HSL color Cylindrical-coordinate representation of color #8D69CF: hue angle of 261.18º degrees, saturation: 0.52, 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 #8D69CF is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 105 | 207 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.19 |
| HSL | 261.18º | 0.52% | 0.61% | - |
| HSV(B) | 261.18º | 0.49% | 0.81% | - |
| XYZ | 27.3 | 20.27 | 61.51 | - |
| YUV | 127.39 | 172.93 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 105 | 207 | 0.32 | 0.49 | 0 | 0.19 | 261.18 | 0.52 | 0.61 |
| Hex | 8D | 69 | CF | 20 | 31 | 0 | 13 | 105 | 34 | 3D |
| Octal | 215 | 151 | 317 | 40 | 61 | 0 | 23 | 405 | 64 | 75 |
| Binary | 10001101 | 1101001 | 11001111 | 100000 | 110001 | 0 | 10011 | 100000101 | 110100 | 111101 |
Color Harmonies of #8D69CF
Complementary color
Monochromatic Colors of #8D69CF
Black with #8D69CF
Text Example
Text Example
White with #8D69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D69CF; }
p { color: rgb(141,105,207); }
H1.HeaderClassName
{
color: #8D69CF;
}
.AnyTagClassName
{
color: #8D69CF;
}
</style>
background-color css
<style>
a { background-color: #8D69CF; }
a { background-color: rgb(141,105,207); }
div.DivClassName
{
background-color: #8D69CF;
}
.BgClassName
{
background-color: #8D69CF;
}
</style>
border-color css
<style>
span { border-color: #8D69CF; }
span { border-color: rgb(141,105,207); }
td.TdClassName
{
border-color: #8D69CF;
}
.TagClassName
{
border-color: #8D69CF;
}
</style>