Shades of True V #8F68CC
Tints of True V #8F68CC
RGB
CMYK
RGB Variations
Color information
#8F68CC (or 0x8F68CC) is known color: True V. HEX triplet: 8F, 68 and CC. RGB value is (143,104,204). Sum of RGB (Red+Green+Blue) = 143+104+204=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F68CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F68CC is #709733. Grayscale: #7E7E7E. Windows color (decimal): -7378740 or 13396111. OLE color: 13396111.
HSL color Cylindrical-coordinate representation of color #8F68CC: hue angle of 263.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F68CC is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 104 | 204 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.2 |
| HSL | 263.4º | 0.5% | 0.6% | - |
| HSV(B) | 263.4º | 0.49% | 0.8% | - |
| XYZ | 27.18 | 20.1 | 59.57 | - |
| YUV | 127.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 204 | 0.30 | 0.49 | 0 | 0.2 | 263.4 | 0.5 | 0.6 |
| Hex | 8F | 68 | CC | 1E | 31 | 0 | 14 | 107 | 32 | 3C |
| Octal | 217 | 150 | 314 | 36 | 61 | 0 | 24 | 407 | 62 | 74 |
| Binary | 10001111 | 1101000 | 11001100 | 11110 | 110001 | 0 | 10100 | 100000111 | 110010 | 111100 |
Color Harmonies of #8F68CC
Complementary color
Monochromatic Colors of #8F68CC
Black with #8F68CC
Text Example
Text Example
White with #8F68CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F68CC; }
p { color: rgb(143,104,204); }
H1.HeaderClassName
{
color: #8F68CC;
}
.AnyTagClassName
{
color: #8F68CC;
}
</style>
background-color css
<style>
a { background-color: #8F68CC; }
a { background-color: rgb(143,104,204); }
div.DivClassName
{
background-color: #8F68CC;
}
.BgClassName
{
background-color: #8F68CC;
}
</style>
border-color css
<style>
span { border-color: #8F68CC; }
span { border-color: rgb(143,104,204); }
td.TdClassName
{
border-color: #8F68CC;
}
.TagClassName
{
border-color: #8F68CC;
}
</style>