Shades of True V #8B66CA
Tints of True V #8B66CA
RGB
CMYK
RGB Variations
Color information
#8B66CA (or 0x8B66CA) is known color: True V. HEX triplet: 8B, 66 and CA. RGB value is (139,102,202). Sum of RGB (Red+Green+Blue) = 139+102+202=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B66CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B66CA is #749935. Grayscale: #7C7C7C. Windows color (decimal): -7641398 or 13264523. OLE color: 13264523.
HSL color Cylindrical-coordinate representation of color #8B66CA: hue angle of 262.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B66CA is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 102 | 202 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.21 |
| HSL | 262.2º | 0.49% | 0.6% | - |
| HSV(B) | 262.2º | 0.5% | 0.79% | - |
| XYZ | 26.06 | 19.26 | 58.22 | - |
| YUV | 124.46 | 171.76 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 102 | 202 | 0.31 | 0.50 | 0 | 0.21 | 262.2 | 0.49 | 0.6 |
| Hex | 8B | 66 | CA | 1F | 32 | 0 | 15 | 106 | 31 | 3C |
| Octal | 213 | 146 | 312 | 37 | 62 | 0 | 25 | 406 | 61 | 74 |
| Binary | 10001011 | 1100110 | 11001010 | 11111 | 110010 | 0 | 10101 | 100000110 | 110001 | 111100 |
Color Harmonies of #8B66CA
Complementary color
Monochromatic Colors of #8B66CA
Black with #8B66CA
Text Example
Text Example
White with #8B66CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B66CA; }
p { color: rgb(139,102,202); }
H1.HeaderClassName
{
color: #8B66CA;
}
.AnyTagClassName
{
color: #8B66CA;
}
</style>
background-color css
<style>
a { background-color: #8B66CA; }
a { background-color: rgb(139,102,202); }
div.DivClassName
{
background-color: #8B66CA;
}
.BgClassName
{
background-color: #8B66CA;
}
</style>
border-color css
<style>
span { border-color: #8B66CA; }
span { border-color: rgb(139,102,202); }
td.TdClassName
{
border-color: #8B66CA;
}
.TagClassName
{
border-color: #8B66CA;
}
</style>