Shades of True V #8C75BC
Tints of True V #8C75BC
RGB
CMYK
RGB Variations
Color information
#8C75BC (or 0x8C75BC) is known color: True V. HEX triplet: 8C, 75 and BC. RGB value is (140,117,188). Sum of RGB (Red+Green+Blue) = 140+117+188=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C75BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C75BC is #738A43. Grayscale: #838383. Windows color (decimal): -7572036 or 12350860. OLE color: 12350860.
HSL color Cylindrical-coordinate representation of color #8C75BC: hue angle of 259.44º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C75BC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 117 | 188 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.26 |
| HSL | 259.44º | 0.35% | 0.6% | - |
| HSV(B) | 259.44º | 0.38% | 0.74% | - |
| XYZ | 26.25 | 21.93 | 50.43 | - |
| YUV | 131.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 188 | 0.26 | 0.38 | 0 | 0.26 | 259.44 | 0.35 | 0.6 |
| Hex | 8C | 75 | BC | 1A | 26 | 0 | 1A | 103 | 23 | 3C |
| Octal | 214 | 165 | 274 | 32 | 46 | 0 | 32 | 403 | 43 | 74 |
| Binary | 10001100 | 1110101 | 10111100 | 11010 | 100110 | 0 | 11010 | 100000011 | 100011 | 111100 |
Color Harmonies of #8C75BC
Complementary color
Monochromatic Colors of #8C75BC
Black with #8C75BC
Text Example
Text Example
White with #8C75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C75BC; }
p { color: rgb(140,117,188); }
H1.HeaderClassName
{
color: #8C75BC;
}
.AnyTagClassName
{
color: #8C75BC;
}
</style>
background-color css
<style>
a { background-color: #8C75BC; }
a { background-color: rgb(140,117,188); }
div.DivClassName
{
background-color: #8C75BC;
}
.BgClassName
{
background-color: #8C75BC;
}
</style>
border-color css
<style>
span { border-color: #8C75BC; }
span { border-color: rgb(140,117,188); }
td.TdClassName
{
border-color: #8C75BC;
}
.TagClassName
{
border-color: #8C75BC;
}
</style>