Shades of True V #8B67CE
Tints of True V #8B67CE
RGB
CMYK
RGB Variations
Color information
#8B67CE (or 0x8B67CE) is known color: True V. HEX triplet: 8B, 67 and CE. RGB value is (139,103,206). Sum of RGB (Red+Green+Blue) = 139+103+206=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B67CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B67CE is #749831. Grayscale: #7D7D7D. Windows color (decimal): -7641138 or 13526923. OLE color: 13526923.
HSL color Cylindrical-coordinate representation of color #8B67CE: hue angle of 260.97º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B67CE is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 103 | 206 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.19 |
| HSL | 260.97º | 0.51% | 0.61% | - |
| HSV(B) | 260.97º | 0.5% | 0.81% | - |
| XYZ | 26.64 | 19.65 | 60.78 | - |
| YUV | 125.51 | 173.43 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 206 | 0.33 | 0.50 | 0 | 0.19 | 260.97 | 0.51 | 0.61 |
| Hex | 8B | 67 | CE | 21 | 32 | 0 | 13 | 105 | 33 | 3D |
| Octal | 213 | 147 | 316 | 41 | 62 | 0 | 23 | 405 | 63 | 75 |
| Binary | 10001011 | 1100111 | 11001110 | 100001 | 110010 | 0 | 10011 | 100000101 | 110011 | 111101 |
Color Harmonies of #8B67CE
Complementary color
Monochromatic Colors of #8B67CE
Black with #8B67CE
Text Example
Text Example
White with #8B67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B67CE; }
p { color: rgb(139,103,206); }
H1.HeaderClassName
{
color: #8B67CE;
}
.AnyTagClassName
{
color: #8B67CE;
}
</style>
background-color css
<style>
a { background-color: #8B67CE; }
a { background-color: rgb(139,103,206); }
div.DivClassName
{
background-color: #8B67CE;
}
.BgClassName
{
background-color: #8B67CE;
}
</style>
border-color css
<style>
span { border-color: #8B67CE; }
span { border-color: rgb(139,103,206); }
td.TdClassName
{
border-color: #8B67CE;
}
.TagClassName
{
border-color: #8B67CE;
}
</style>