Shades of True V #8B69CB
Tints of True V #8B69CB
RGB
CMYK
RGB Variations
Color information
#8B69CB (or 0x8B69CB) is known color: True V. HEX triplet: 8B, 69 and CB. RGB value is (139,105,203). Sum of RGB (Red+Green+Blue) = 139+105+203=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B69CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B69CB is #749634. Grayscale: #7D7D7D. Windows color (decimal): -7640629 or 13330827. OLE color: 13330827.
HSL color Cylindrical-coordinate representation of color #8B69CB: hue angle of 260.82º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B69CB is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 105 | 203 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.20 |
| HSL | 260.82º | 0.49% | 0.6% | - |
| HSV(B) | 260.82º | 0.48% | 0.8% | - |
| XYZ | 26.48 | 19.9 | 58.95 | - |
| YUV | 126.34 | 171.26 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 203 | 0.32 | 0.48 | 0 | 0.20 | 260.82 | 0.49 | 0.6 |
| Hex | 8B | 69 | CB | 20 | 30 | 0 | 14 | 105 | 31 | 3C |
| Octal | 213 | 151 | 313 | 40 | 60 | 0 | 24 | 405 | 61 | 74 |
| Binary | 10001011 | 1101001 | 11001011 | 100000 | 110000 | 0 | 10100 | 100000101 | 110001 | 111100 |
Color Harmonies of #8B69CB
Complementary color
Monochromatic Colors of #8B69CB
Black with #8B69CB
Text Example
Text Example
White with #8B69CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B69CB; }
p { color: rgb(139,105,203); }
H1.HeaderClassName
{
color: #8B69CB;
}
.AnyTagClassName
{
color: #8B69CB;
}
</style>
background-color css
<style>
a { background-color: #8B69CB; }
a { background-color: rgb(139,105,203); }
div.DivClassName
{
background-color: #8B69CB;
}
.BgClassName
{
background-color: #8B69CB;
}
</style>
border-color css
<style>
span { border-color: #8B69CB; }
span { border-color: rgb(139,105,203); }
td.TdClassName
{
border-color: #8B69CB;
}
.TagClassName
{
border-color: #8B69CB;
}
</style>