Shades of True V #8A6DCA
Tints of True V #8A6DCA
RGB
CMYK
RGB Variations
Color information
#8A6DCA (or 0x8A6DCA) is known color: True V. HEX triplet: 8A, 6D and CA. RGB value is (138,109,202). Sum of RGB (Red+Green+Blue) = 138+109+202=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A6DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6DCA is #759235. Grayscale: #7F7F7F. Windows color (decimal): -7705142 or 13266314. OLE color: 13266314.
HSL color Cylindrical-coordinate representation of color #8A6DCA: hue angle of 258.71º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A6DCA is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 109 | 202 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.21 |
| HSL | 258.71º | 0.47% | 0.61% | - |
| HSV(B) | 258.71º | 0.46% | 0.79% | - |
| XYZ | 26.61 | 20.6 | 58.45 | - |
| YUV | 128.27 | 169.61 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 202 | 0.32 | 0.46 | 0 | 0.21 | 258.71 | 0.47 | 0.61 |
| Hex | 8A | 6D | CA | 20 | 2E | 0 | 15 | 103 | 2F | 3D |
| Octal | 212 | 155 | 312 | 40 | 56 | 0 | 25 | 403 | 57 | 75 |
| Binary | 10001010 | 1101101 | 11001010 | 100000 | 101110 | 0 | 10101 | 100000011 | 101111 | 111101 |
Color Harmonies of #8A6DCA
Complementary color
Monochromatic Colors of #8A6DCA
Black with #8A6DCA
Text Example
Text Example
White with #8A6DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6DCA; }
p { color: rgb(138,109,202); }
H1.HeaderClassName
{
color: #8A6DCA;
}
.AnyTagClassName
{
color: #8A6DCA;
}
</style>
background-color css
<style>
a { background-color: #8A6DCA; }
a { background-color: rgb(138,109,202); }
div.DivClassName
{
background-color: #8A6DCA;
}
.BgClassName
{
background-color: #8A6DCA;
}
</style>
border-color css
<style>
span { border-color: #8A6DCA; }
span { border-color: rgb(138,109,202); }
td.TdClassName
{
border-color: #8A6DCA;
}
.TagClassName
{
border-color: #8A6DCA;
}
</style>