Shades of True V #8C75CE
Tints of True V #8C75CE
RGB
CMYK
RGB Variations
Color information
#8C75CE (or 0x8C75CE) is known color: True V. HEX triplet: 8C, 75 and CE. RGB value is (140,117,206). Sum of RGB (Red+Green+Blue) = 140+117+206=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C75CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C75CE is #738A31. Grayscale: #858585. Windows color (decimal): -7572018 or 13530508. OLE color: 13530508.
HSL color Cylindrical-coordinate representation of color #8C75CE: hue angle of 255.51º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C75CE is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 117 | 206 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.19 |
| HSL | 255.51º | 0.48% | 0.63% | - |
| HSV(B) | 255.51º | 0.43% | 0.81% | - |
| XYZ | 28.32 | 22.75 | 61.29 | - |
| YUV | 134.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 206 | 0.32 | 0.43 | 0 | 0.19 | 255.51 | 0.48 | 0.63 |
| Hex | 8C | 75 | CE | 20 | 2B | 0 | 13 | 100 | 30 | 3F |
| Octal | 214 | 165 | 316 | 40 | 53 | 0 | 23 | 400 | 60 | 77 |
| Binary | 10001100 | 1110101 | 11001110 | 100000 | 101011 | 0 | 10011 | 100000000 | 110000 | 111111 |
Color Harmonies of #8C75CE
Complementary color
Monochromatic Colors of #8C75CE
Black with #8C75CE
Text Example
Text Example
White with #8C75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C75CE; }
p { color: rgb(140,117,206); }
H1.HeaderClassName
{
color: #8C75CE;
}
.AnyTagClassName
{
color: #8C75CE;
}
</style>
background-color css
<style>
a { background-color: #8C75CE; }
a { background-color: rgb(140,117,206); }
div.DivClassName
{
background-color: #8C75CE;
}
.BgClassName
{
background-color: #8C75CE;
}
</style>
border-color css
<style>
span { border-color: #8C75CE; }
span { border-color: rgb(140,117,206); }
td.TdClassName
{
border-color: #8C75CE;
}
.TagClassName
{
border-color: #8C75CE;
}
</style>