Shades of True V #8C6CCD
Tints of True V #8C6CCD
RGB
CMYK
RGB Variations
Color information
#8C6CCD (or 0x8C6CCD) is known color: True V. HEX triplet: 8C, 6C and CD. RGB value is (140,108,205). Sum of RGB (Red+Green+Blue) = 140+108+205=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C6CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6CCD is #739332. Grayscale: #808080. Windows color (decimal): -7574323 or 13462668. OLE color: 13462668.
HSL color Cylindrical-coordinate representation of color #8C6CCD: hue angle of 259.79º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C6CCD is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 108 | 205 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.20 |
| HSL | 259.79º | 0.49% | 0.61% | - |
| HSV(B) | 259.79º | 0.47% | 0.8% | - |
| XYZ | 27.2 | 20.71 | 60.32 | - |
| YUV | 128.63 | 171.1 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 205 | 0.32 | 0.47 | 0 | 0.20 | 259.79 | 0.49 | 0.61 |
| Hex | 8C | 6C | CD | 20 | 2F | 0 | 14 | 104 | 31 | 3D |
| Octal | 214 | 154 | 315 | 40 | 57 | 0 | 24 | 404 | 61 | 75 |
| Binary | 10001100 | 1101100 | 11001101 | 100000 | 101111 | 0 | 10100 | 100000100 | 110001 | 111101 |
Color Harmonies of #8C6CCD
Complementary color
Monochromatic Colors of #8C6CCD
Black with #8C6CCD
Text Example
Text Example
White with #8C6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6CCD; }
p { color: rgb(140,108,205); }
H1.HeaderClassName
{
color: #8C6CCD;
}
.AnyTagClassName
{
color: #8C6CCD;
}
</style>
background-color css
<style>
a { background-color: #8C6CCD; }
a { background-color: rgb(140,108,205); }
div.DivClassName
{
background-color: #8C6CCD;
}
.BgClassName
{
background-color: #8C6CCD;
}
</style>
border-color css
<style>
span { border-color: #8C6CCD; }
span { border-color: rgb(140,108,205); }
td.TdClassName
{
border-color: #8C6CCD;
}
.TagClassName
{
border-color: #8C6CCD;
}
</style>