Shades of True V #8B6CC2
Tints of True V #8B6CC2
RGB
CMYK
RGB Variations
Color information
#8B6CC2 (or 0x8B6CC2) is known color: True V. HEX triplet: 8B, 6C and C2. RGB value is (139,108,194). Sum of RGB (Red+Green+Blue) = 139+108+194=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 194 - color contains mainly: blue. Hex color #8B6CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6CC2 is #74933D. Grayscale: #7E7E7E. Windows color (decimal): -7639870 or 12741771. OLE color: 12741771.
HSL color Cylindrical-coordinate representation of color #8B6CC2: hue angle of 261.63º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B6CC2 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 108 | 194 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.24 |
| HSL | 261.63º | 0.41% | 0.59% | - |
| HSV(B) | 261.63º | 0.44% | 0.76% | - |
| XYZ | 25.75 | 20.11 | 53.56 | - |
| YUV | 127.07 | 165.77 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 108 | 194 | 0.28 | 0.44 | 0 | 0.24 | 261.63 | 0.41 | 0.59 |
| Hex | 8B | 6C | C2 | 1C | 2C | 0 | 18 | 106 | 29 | 3B |
| Octal | 213 | 154 | 302 | 34 | 54 | 0 | 30 | 406 | 51 | 73 |
| Binary | 10001011 | 1101100 | 11000010 | 11100 | 101100 | 0 | 11000 | 100000110 | 101001 | 111011 |
Color Harmonies of #8B6CC2
Complementary color
Monochromatic Colors of #8B6CC2
Black with #8B6CC2
Text Example
Text Example
White with #8B6CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6CC2; }
p { color: rgb(139,108,194); }
H1.HeaderClassName
{
color: #8B6CC2;
}
.AnyTagClassName
{
color: #8B6CC2;
}
</style>
background-color css
<style>
a { background-color: #8B6CC2; }
a { background-color: rgb(139,108,194); }
div.DivClassName
{
background-color: #8B6CC2;
}
.BgClassName
{
background-color: #8B6CC2;
}
</style>
border-color css
<style>
span { border-color: #8B6CC2; }
span { border-color: rgb(139,108,194); }
td.TdClassName
{
border-color: #8B6CC2;
}
.TagClassName
{
border-color: #8B6CC2;
}
</style>