Shades of True V #8F69CA
Tints of True V #8F69CA
RGB
CMYK
RGB Variations
Color information
#8F69CA (or 0x8F69CA) is known color: True V. HEX triplet: 8F, 69 and CA. RGB value is (143,105,202). Sum of RGB (Red+Green+Blue) = 143+105+202=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F69CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F69CA is #709635. Grayscale: #7F7F7F. Windows color (decimal): -7378486 or 13265295. OLE color: 13265295.
HSL color Cylindrical-coordinate representation of color #8F69CA: hue angle of 263.51º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F69CA is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 105 | 202 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.21 |
| HSL | 263.51º | 0.48% | 0.6% | - |
| HSV(B) | 263.51º | 0.48% | 0.79% | - |
| XYZ | 27.04 | 20.21 | 58.35 | - |
| YUV | 127.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 202 | 0.29 | 0.48 | 0 | 0.21 | 263.51 | 0.48 | 0.6 |
| Hex | 8F | 69 | CA | 1D | 30 | 0 | 15 | 108 | 30 | 3C |
| Octal | 217 | 151 | 312 | 35 | 60 | 0 | 25 | 410 | 60 | 74 |
| Binary | 10001111 | 1101001 | 11001010 | 11101 | 110000 | 0 | 10101 | 100001000 | 110000 | 111100 |
Color Harmonies of #8F69CA
Complementary color
Monochromatic Colors of #8F69CA
Black with #8F69CA
Text Example
Text Example
White with #8F69CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F69CA; }
p { color: rgb(143,105,202); }
H1.HeaderClassName
{
color: #8F69CA;
}
.AnyTagClassName
{
color: #8F69CA;
}
</style>
background-color css
<style>
a { background-color: #8F69CA; }
a { background-color: rgb(143,105,202); }
div.DivClassName
{
background-color: #8F69CA;
}
.BgClassName
{
background-color: #8F69CA;
}
</style>
border-color css
<style>
span { border-color: #8F69CA; }
span { border-color: rgb(143,105,202); }
td.TdClassName
{
border-color: #8F69CA;
}
.TagClassName
{
border-color: #8F69CA;
}
</style>