Shades of True V #8B66CE
Tints of True V #8B66CE
RGB
CMYK
RGB Variations
Color information
#8B66CE (or 0x8B66CE) is known color: True V. HEX triplet: 8B, 66 and CE. RGB value is (139,102,206). Sum of RGB (Red+Green+Blue) = 139+102+206=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B66CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B66CE is #749931. Grayscale: #7C7C7C. Windows color (decimal): -7641394 or 13526667. OLE color: 13526667.
HSL color Cylindrical-coordinate representation of color #8B66CE: hue angle of 261.35º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B66CE is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 102 | 206 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.19 |
| HSL | 261.35º | 0.51% | 0.6% | - |
| HSV(B) | 261.35º | 0.5% | 0.81% | - |
| XYZ | 26.54 | 19.45 | 60.75 | - |
| YUV | 124.92 | 173.76 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 102 | 206 | 0.33 | 0.50 | 0 | 0.19 | 261.35 | 0.51 | 0.6 |
| Hex | 8B | 66 | CE | 21 | 32 | 0 | 13 | 105 | 33 | 3C |
| Octal | 213 | 146 | 316 | 41 | 62 | 0 | 23 | 405 | 63 | 74 |
| Binary | 10001011 | 1100110 | 11001110 | 100001 | 110010 | 0 | 10011 | 100000101 | 110011 | 111100 |
Color Harmonies of #8B66CE
Complementary color
Monochromatic Colors of #8B66CE
Black with #8B66CE
Text Example
Text Example
White with #8B66CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B66CE; }
p { color: rgb(139,102,206); }
H1.HeaderClassName
{
color: #8B66CE;
}
.AnyTagClassName
{
color: #8B66CE;
}
</style>
background-color css
<style>
a { background-color: #8B66CE; }
a { background-color: rgb(139,102,206); }
div.DivClassName
{
background-color: #8B66CE;
}
.BgClassName
{
background-color: #8B66CE;
}
</style>
border-color css
<style>
span { border-color: #8B66CE; }
span { border-color: rgb(139,102,206); }
td.TdClassName
{
border-color: #8B66CE;
}
.TagClassName
{
border-color: #8B66CE;
}
</style>