Shades of True V #8C66CA
Tints of True V #8C66CA
RGB
CMYK
RGB Variations
Color information
#8C66CA (or 0x8C66CA) is known color: True V. HEX triplet: 8C, 66 and CA. RGB value is (140,102,202). Sum of RGB (Red+Green+Blue) = 140+102+202=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C66CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C66CA is #739935. Grayscale: #7C7C7C. Windows color (decimal): -7575862 or 13264524. OLE color: 13264524.
HSL color Cylindrical-coordinate representation of color #8C66CA: hue angle of 262.8º 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 #8C66CA is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 102 | 202 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.21 |
| HSL | 262.8º | 0.49% | 0.6% | - |
| HSV(B) | 262.8º | 0.5% | 0.79% | - |
| XYZ | 26.23 | 19.34 | 58.23 | - |
| YUV | 124.76 | 171.59 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 202 | 0.31 | 0.50 | 0 | 0.21 | 262.8 | 0.49 | 0.6 |
| Hex | 8C | 66 | CA | 1F | 32 | 0 | 15 | 107 | 31 | 3C |
| Octal | 214 | 146 | 312 | 37 | 62 | 0 | 25 | 407 | 61 | 74 |
| Binary | 10001100 | 1100110 | 11001010 | 11111 | 110010 | 0 | 10101 | 100000111 | 110001 | 111100 |
Color Harmonies of #8C66CA
Complementary color
Monochromatic Colors of #8C66CA
Black with #8C66CA
Text Example
Text Example
White with #8C66CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C66CA; }
p { color: rgb(140,102,202); }
H1.HeaderClassName
{
color: #8C66CA;
}
.AnyTagClassName
{
color: #8C66CA;
}
</style>
background-color css
<style>
a { background-color: #8C66CA; }
a { background-color: rgb(140,102,202); }
div.DivClassName
{
background-color: #8C66CA;
}
.BgClassName
{
background-color: #8C66CA;
}
</style>
border-color css
<style>
span { border-color: #8C66CA; }
span { border-color: rgb(140,102,202); }
td.TdClassName
{
border-color: #8C66CA;
}
.TagClassName
{
border-color: #8C66CA;
}
</style>