Shades of True V #8B6ACB
Tints of True V #8B6ACB
RGB
CMYK
RGB Variations
Color information
#8B6ACB (or 0x8B6ACB) is known color: True V. HEX triplet: 8B, 6A and CB. RGB value is (139,106,203). Sum of RGB (Red+Green+Blue) = 139+106+203=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B6ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6ACB is #749534. Grayscale: #7E7E7E. Windows color (decimal): -7640373 or 13331083. OLE color: 13331083.
HSL color Cylindrical-coordinate representation of color #8B6ACB: hue angle of 260.41º 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 #8B6ACB is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 106 | 203 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.20 |
| HSL | 260.41º | 0.48% | 0.61% | - |
| HSV(B) | 260.41º | 0.48% | 0.8% | - |
| XYZ | 26.58 | 20.11 | 58.98 | - |
| YUV | 126.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 106 | 203 | 0.32 | 0.48 | 0 | 0.20 | 260.41 | 0.48 | 0.61 |
| Hex | 8B | 6A | CB | 20 | 30 | 0 | 14 | 104 | 30 | 3D |
| Octal | 213 | 152 | 313 | 40 | 60 | 0 | 24 | 404 | 60 | 75 |
| Binary | 10001011 | 1101010 | 11001011 | 100000 | 110000 | 0 | 10100 | 100000100 | 110000 | 111101 |
Color Harmonies of #8B6ACB
Complementary color
Monochromatic Colors of #8B6ACB
Black with #8B6ACB
Text Example
Text Example
White with #8B6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6ACB; }
p { color: rgb(139,106,203); }
H1.HeaderClassName
{
color: #8B6ACB;
}
.AnyTagClassName
{
color: #8B6ACB;
}
</style>
background-color css
<style>
a { background-color: #8B6ACB; }
a { background-color: rgb(139,106,203); }
div.DivClassName
{
background-color: #8B6ACB;
}
.BgClassName
{
background-color: #8B6ACB;
}
</style>
border-color css
<style>
span { border-color: #8B6ACB; }
span { border-color: rgb(139,106,203); }
td.TdClassName
{
border-color: #8B6ACB;
}
.TagClassName
{
border-color: #8B6ACB;
}
</style>