Shades of True V #8C74CB
Tints of True V #8C74CB
RGB
CMYK
RGB Variations
Color information
#8C74CB (or 0x8C74CB) is known color: True V. HEX triplet: 8C, 74 and CB. RGB value is (140,116,203). Sum of RGB (Red+Green+Blue) = 140+116+203=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C74CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C74CB is #738B34. Grayscale: #848484. Windows color (decimal): -7572277 or 13333644. OLE color: 13333644.
HSL color Cylindrical-coordinate representation of color #8C74CB: hue angle of 256.55º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C74CB is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 116 | 203 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.20 |
| HSL | 256.55º | 0.46% | 0.63% | - |
| HSV(B) | 256.55º | 0.43% | 0.8% | - |
| XYZ | 27.84 | 22.38 | 59.35 | - |
| YUV | 133.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 116 | 203 | 0.31 | 0.43 | 0 | 0.20 | 256.55 | 0.46 | 0.63 |
| Hex | 8C | 74 | CB | 1F | 2B | 0 | 14 | 101 | 2E | 3F |
| Octal | 214 | 164 | 313 | 37 | 53 | 0 | 24 | 401 | 56 | 77 |
| Binary | 10001100 | 1110100 | 11001011 | 11111 | 101011 | 0 | 10100 | 100000001 | 101110 | 111111 |
Color Harmonies of #8C74CB
Complementary color
Monochromatic Colors of #8C74CB
Black with #8C74CB
Text Example
Text Example
White with #8C74CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C74CB; }
p { color: rgb(140,116,203); }
H1.HeaderClassName
{
color: #8C74CB;
}
.AnyTagClassName
{
color: #8C74CB;
}
</style>
background-color css
<style>
a { background-color: #8C74CB; }
a { background-color: rgb(140,116,203); }
div.DivClassName
{
background-color: #8C74CB;
}
.BgClassName
{
background-color: #8C74CB;
}
</style>
border-color css
<style>
span { border-color: #8C74CB; }
span { border-color: rgb(140,116,203); }
td.TdClassName
{
border-color: #8C74CB;
}
.TagClassName
{
border-color: #8C74CB;
}
</style>