Shades of True V #8D6FCF
Tints of True V #8D6FCF
RGB
CMYK
RGB Variations
Color information
#8D6FCF (or 0x8D6FCF) is known color: True V. HEX triplet: 8D, 6F and CF. RGB value is (141,111,207). Sum of RGB (Red+Green+Blue) = 141+111+207=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D6FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6FCF is #729030. Grayscale: #828282. Windows color (decimal): -7508017 or 13594509. OLE color: 13594509.
HSL color Cylindrical-coordinate representation of color #8D6FCF: hue angle of 258.75º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D6FCF is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 111 | 207 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.19 |
| HSL | 258.75º | 0.5% | 0.62% | - |
| HSV(B) | 258.75º | 0.46% | 0.81% | - |
| XYZ | 27.93 | 21.54 | 61.72 | - |
| YUV | 130.91 | 170.94 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 111 | 207 | 0.32 | 0.46 | 0 | 0.19 | 258.75 | 0.5 | 0.62 |
| Hex | 8D | 6F | CF | 20 | 2E | 0 | 13 | 103 | 32 | 3E |
| Octal | 215 | 157 | 317 | 40 | 56 | 0 | 23 | 403 | 62 | 76 |
| Binary | 10001101 | 1101111 | 11001111 | 100000 | 101110 | 0 | 10011 | 100000011 | 110010 | 111110 |
Color Harmonies of #8D6FCF
Complementary color
Monochromatic Colors of #8D6FCF
Black with #8D6FCF
Text Example
Text Example
White with #8D6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6FCF; }
p { color: rgb(141,111,207); }
H1.HeaderClassName
{
color: #8D6FCF;
}
.AnyTagClassName
{
color: #8D6FCF;
}
</style>
background-color css
<style>
a { background-color: #8D6FCF; }
a { background-color: rgb(141,111,207); }
div.DivClassName
{
background-color: #8D6FCF;
}
.BgClassName
{
background-color: #8D6FCF;
}
</style>
border-color css
<style>
span { border-color: #8D6FCF; }
span { border-color: rgb(141,111,207); }
td.TdClassName
{
border-color: #8D6FCF;
}
.TagClassName
{
border-color: #8D6FCF;
}
</style>