Shades of True V #8C67CE
Tints of True V #8C67CE
RGB
CMYK
RGB Variations
Color information
#8C67CE (or 0x8C67CE) is known color: True V. HEX triplet: 8C, 67 and CE. RGB value is (140,103,206). Sum of RGB (Red+Green+Blue) = 140+103+206=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C67CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C67CE is #739831. Grayscale: #7D7D7D. Windows color (decimal): -7575602 or 13526924. OLE color: 13526924.
HSL color Cylindrical-coordinate representation of color #8C67CE: hue angle of 261.55º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C67CE is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 103 | 206 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.19 |
| HSL | 261.55º | 0.51% | 0.61% | - |
| HSV(B) | 261.55º | 0.5% | 0.81% | - |
| XYZ | 26.81 | 19.73 | 60.79 | - |
| YUV | 125.81 | 173.26 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 103 | 206 | 0.32 | 0.50 | 0 | 0.19 | 261.55 | 0.51 | 0.61 |
| Hex | 8C | 67 | CE | 20 | 32 | 0 | 13 | 106 | 33 | 3D |
| Octal | 214 | 147 | 316 | 40 | 62 | 0 | 23 | 406 | 63 | 75 |
| Binary | 10001100 | 1100111 | 11001110 | 100000 | 110010 | 0 | 10011 | 100000110 | 110011 | 111101 |
Color Harmonies of #8C67CE
Complementary color
Monochromatic Colors of #8C67CE
Black with #8C67CE
Text Example
Text Example
White with #8C67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C67CE; }
p { color: rgb(140,103,206); }
H1.HeaderClassName
{
color: #8C67CE;
}
.AnyTagClassName
{
color: #8C67CE;
}
</style>
background-color css
<style>
a { background-color: #8C67CE; }
a { background-color: rgb(140,103,206); }
div.DivClassName
{
background-color: #8C67CE;
}
.BgClassName
{
background-color: #8C67CE;
}
</style>
border-color css
<style>
span { border-color: #8C67CE; }
span { border-color: rgb(140,103,206); }
td.TdClassName
{
border-color: #8C67CE;
}
.TagClassName
{
border-color: #8C67CE;
}
</style>