Shades of True V #8D6FCC
Tints of True V #8D6FCC
RGB
CMYK
RGB Variations
Color information
#8D6FCC (or 0x8D6FCC) is known color: True V. HEX triplet: 8D, 6F and CC. RGB value is (141,111,204). Sum of RGB (Red+Green+Blue) = 141+111+204=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D6FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6FCC is #729033. Grayscale: #828282. Windows color (decimal): -7508020 or 13397901. OLE color: 13397901.
HSL color Cylindrical-coordinate representation of color #8D6FCC: hue angle of 259.35º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D6FCC is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 111 | 204 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.2 |
| HSL | 259.35º | 0.48% | 0.62% | - |
| HSV(B) | 259.35º | 0.46% | 0.8% | - |
| XYZ | 27.57 | 21.39 | 59.8 | - |
| YUV | 130.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 111 | 204 | 0.31 | 0.46 | 0 | 0.2 | 259.35 | 0.48 | 0.62 |
| Hex | 8D | 6F | CC | 1F | 2E | 0 | 14 | 103 | 30 | 3E |
| Octal | 215 | 157 | 314 | 37 | 56 | 0 | 24 | 403 | 60 | 76 |
| Binary | 10001101 | 1101111 | 11001100 | 11111 | 101110 | 0 | 10100 | 100000011 | 110000 | 111110 |
Color Harmonies of #8D6FCC
Complementary color
Monochromatic Colors of #8D6FCC
Black with #8D6FCC
Text Example
Text Example
White with #8D6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6FCC; }
p { color: rgb(141,111,204); }
H1.HeaderClassName
{
color: #8D6FCC;
}
.AnyTagClassName
{
color: #8D6FCC;
}
</style>
background-color css
<style>
a { background-color: #8D6FCC; }
a { background-color: rgb(141,111,204); }
div.DivClassName
{
background-color: #8D6FCC;
}
.BgClassName
{
background-color: #8D6FCC;
}
</style>
border-color css
<style>
span { border-color: #8D6FCC; }
span { border-color: rgb(141,111,204); }
td.TdClassName
{
border-color: #8D6FCC;
}
.TagClassName
{
border-color: #8D6FCC;
}
</style>