Shades of True V #8F69CF
Tints of True V #8F69CF
RGB
CMYK
RGB Variations
Color information
#8F69CF (or 0x8F69CF) is known color: True V. HEX triplet: 8F, 69 and CF. RGB value is (143,105,207). Sum of RGB (Red+Green+Blue) = 143+105+207=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F69CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F69CF is #709630. Grayscale: #7F7F7F. Windows color (decimal): -7378481 or 13592975. OLE color: 13592975.
HSL color Cylindrical-coordinate representation of color #8F69CF: hue angle of 262.35º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F69CF is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 105 | 207 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.19 |
| HSL | 262.35º | 0.52% | 0.61% | - |
| HSV(B) | 262.35º | 0.49% | 0.81% | - |
| XYZ | 27.64 | 20.45 | 61.52 | - |
| YUV | 127.99 | 172.59 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 207 | 0.31 | 0.49 | 0 | 0.19 | 262.35 | 0.52 | 0.61 |
| Hex | 8F | 69 | CF | 1F | 31 | 0 | 13 | 106 | 34 | 3D |
| Octal | 217 | 151 | 317 | 37 | 61 | 0 | 23 | 406 | 64 | 75 |
| Binary | 10001111 | 1101001 | 11001111 | 11111 | 110001 | 0 | 10011 | 100000110 | 110100 | 111101 |
Color Harmonies of #8F69CF
Complementary color
Monochromatic Colors of #8F69CF
Black with #8F69CF
Text Example
Text Example
White with #8F69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F69CF; }
p { color: rgb(143,105,207); }
H1.HeaderClassName
{
color: #8F69CF;
}
.AnyTagClassName
{
color: #8F69CF;
}
</style>
background-color css
<style>
a { background-color: #8F69CF; }
a { background-color: rgb(143,105,207); }
div.DivClassName
{
background-color: #8F69CF;
}
.BgClassName
{
background-color: #8F69CF;
}
</style>
border-color css
<style>
span { border-color: #8F69CF; }
span { border-color: rgb(143,105,207); }
td.TdClassName
{
border-color: #8F69CF;
}
.TagClassName
{
border-color: #8F69CF;
}
</style>