Shades of True V #8A6DC9
Tints of True V #8A6DC9
RGB
CMYK
RGB Variations
Color information
#8A6DC9 (or 0x8A6DC9) is known color: True V. HEX triplet: 8A, 6D and C9. RGB value is (138,109,201). Sum of RGB (Red+Green+Blue) = 138+109+201=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A6DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6DC9 is #759236. Grayscale: #7F7F7F. Windows color (decimal): -7705143 or 13200778. OLE color: 13200778.
HSL color Cylindrical-coordinate representation of color #8A6DC9: hue angle of 258.91º degrees, saturation: 0.46, 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 #8A6DC9 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 109 | 201 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.21 |
| HSL | 258.91º | 0.46% | 0.61% | - |
| HSV(B) | 258.91º | 0.46% | 0.79% | - |
| XYZ | 26.49 | 20.56 | 57.83 | - |
| YUV | 128.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 201 | 0.31 | 0.46 | 0 | 0.21 | 258.91 | 0.46 | 0.61 |
| Hex | 8A | 6D | C9 | 1F | 2E | 0 | 15 | 103 | 2E | 3D |
| Octal | 212 | 155 | 311 | 37 | 56 | 0 | 25 | 403 | 56 | 75 |
| Binary | 10001010 | 1101101 | 11001001 | 11111 | 101110 | 0 | 10101 | 100000011 | 101110 | 111101 |
Color Harmonies of #8A6DC9
Complementary color
Monochromatic Colors of #8A6DC9
Black with #8A6DC9
Text Example
Text Example
White with #8A6DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6DC9; }
p { color: rgb(138,109,201); }
H1.HeaderClassName
{
color: #8A6DC9;
}
.AnyTagClassName
{
color: #8A6DC9;
}
</style>
background-color css
<style>
a { background-color: #8A6DC9; }
a { background-color: rgb(138,109,201); }
div.DivClassName
{
background-color: #8A6DC9;
}
.BgClassName
{
background-color: #8A6DC9;
}
</style>
border-color css
<style>
span { border-color: #8A6DC9; }
span { border-color: rgb(138,109,201); }
td.TdClassName
{
border-color: #8A6DC9;
}
.TagClassName
{
border-color: #8A6DC9;
}
</style>