Shades of True V #8F6ACB
Tints of True V #8F6ACB
RGB
CMYK
RGB Variations
Color information
#8F6ACB (or 0x8F6ACB) is known color: True V. HEX triplet: 8F, 6A and CB. RGB value is (143,106,203). Sum of RGB (Red+Green+Blue) = 143+106+203=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F6ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6ACB is #709534. Grayscale: #7F7F7F. Windows color (decimal): -7378229 or 13331087. OLE color: 13331087.
HSL color Cylindrical-coordinate representation of color #8F6ACB: hue angle of 262.89º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F6ACB is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 106 | 203 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.20 |
| HSL | 262.89º | 0.48% | 0.61% | - |
| HSV(B) | 262.89º | 0.48% | 0.8% | - |
| XYZ | 27.26 | 20.46 | 59.01 | - |
| YUV | 128.12 | 170.26 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 106 | 203 | 0.30 | 0.48 | 0 | 0.20 | 262.89 | 0.48 | 0.61 |
| Hex | 8F | 6A | CB | 1E | 30 | 0 | 14 | 107 | 30 | 3D |
| Octal | 217 | 152 | 313 | 36 | 60 | 0 | 24 | 407 | 60 | 75 |
| Binary | 10001111 | 1101010 | 11001011 | 11110 | 110000 | 0 | 10100 | 100000111 | 110000 | 111101 |
Color Harmonies of #8F6ACB
Complementary color
Monochromatic Colors of #8F6ACB
Black with #8F6ACB
Text Example
Text Example
White with #8F6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6ACB; }
p { color: rgb(143,106,203); }
H1.HeaderClassName
{
color: #8F6ACB;
}
.AnyTagClassName
{
color: #8F6ACB;
}
</style>
background-color css
<style>
a { background-color: #8F6ACB; }
a { background-color: rgb(143,106,203); }
div.DivClassName
{
background-color: #8F6ACB;
}
.BgClassName
{
background-color: #8F6ACB;
}
</style>
border-color css
<style>
span { border-color: #8F6ACB; }
span { border-color: rgb(143,106,203); }
td.TdClassName
{
border-color: #8F6ACB;
}
.TagClassName
{
border-color: #8F6ACB;
}
</style>