Shades of True V #8B67CB
Tints of True V #8B67CB
RGB
CMYK
RGB Variations
Color information
#8B67CB (or 0x8B67CB) is known color: True V. HEX triplet: 8B, 67 and CB. RGB value is (139,103,203). Sum of RGB (Red+Green+Blue) = 139+103+203=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B67CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B67CB is #749834. Grayscale: #7C7C7C. Windows color (decimal): -7641141 or 13330315. OLE color: 13330315.
HSL color Cylindrical-coordinate representation of color #8B67CB: hue angle of 261.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B67CB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 103 | 203 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.20 |
| HSL | 261.6º | 0.49% | 0.6% | - |
| HSV(B) | 261.6º | 0.49% | 0.8% | - |
| XYZ | 26.28 | 19.5 | 58.88 | - |
| YUV | 125.16 | 171.93 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 203 | 0.32 | 0.49 | 0 | 0.20 | 261.6 | 0.49 | 0.6 |
| Hex | 8B | 67 | CB | 20 | 31 | 0 | 14 | 106 | 31 | 3C |
| Octal | 213 | 147 | 313 | 40 | 61 | 0 | 24 | 406 | 61 | 74 |
| Binary | 10001011 | 1100111 | 11001011 | 100000 | 110001 | 0 | 10100 | 100000110 | 110001 | 111100 |
Color Harmonies of #8B67CB
Complementary color
Monochromatic Colors of #8B67CB
Black with #8B67CB
Text Example
Text Example
White with #8B67CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B67CB; }
p { color: rgb(139,103,203); }
H1.HeaderClassName
{
color: #8B67CB;
}
.AnyTagClassName
{
color: #8B67CB;
}
</style>
background-color css
<style>
a { background-color: #8B67CB; }
a { background-color: rgb(139,103,203); }
div.DivClassName
{
background-color: #8B67CB;
}
.BgClassName
{
background-color: #8B67CB;
}
</style>
border-color css
<style>
span { border-color: #8B67CB; }
span { border-color: rgb(139,103,203); }
td.TdClassName
{
border-color: #8B67CB;
}
.TagClassName
{
border-color: #8B67CB;
}
</style>