Shades of True V #8A6CCA
Tints of True V #8A6CCA
RGB
CMYK
RGB Variations
Color information
#8A6CCA (or 0x8A6CCA) is known color: True V. HEX triplet: 8A, 6C and CA. RGB value is (138,108,202). Sum of RGB (Red+Green+Blue) = 138+108+202=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A6CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6CCA is #759335. Grayscale: #7F7F7F. Windows color (decimal): -7705398 or 13266058. OLE color: 13266058.
HSL color Cylindrical-coordinate representation of color #8A6CCA: hue angle of 259.15º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A6CCA is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 108 | 202 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.21 |
| HSL | 259.15º | 0.47% | 0.61% | - |
| HSV(B) | 259.15º | 0.47% | 0.79% | - |
| XYZ | 26.5 | 20.39 | 58.42 | - |
| YUV | 127.69 | 169.94 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 108 | 202 | 0.32 | 0.47 | 0 | 0.21 | 259.15 | 0.47 | 0.61 |
| Hex | 8A | 6C | CA | 20 | 2F | 0 | 15 | 103 | 2F | 3D |
| Octal | 212 | 154 | 312 | 40 | 57 | 0 | 25 | 403 | 57 | 75 |
| Binary | 10001010 | 1101100 | 11001010 | 100000 | 101111 | 0 | 10101 | 100000011 | 101111 | 111101 |
Color Harmonies of #8A6CCA
Complementary color
Monochromatic Colors of #8A6CCA
Black with #8A6CCA
Text Example
Text Example
White with #8A6CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6CCA; }
p { color: rgb(138,108,202); }
H1.HeaderClassName
{
color: #8A6CCA;
}
.AnyTagClassName
{
color: #8A6CCA;
}
</style>
background-color css
<style>
a { background-color: #8A6CCA; }
a { background-color: rgb(138,108,202); }
div.DivClassName
{
background-color: #8A6CCA;
}
.BgClassName
{
background-color: #8A6CCA;
}
</style>
border-color css
<style>
span { border-color: #8A6CCA; }
span { border-color: rgb(138,108,202); }
td.TdClassName
{
border-color: #8A6CCA;
}
.TagClassName
{
border-color: #8A6CCA;
}
</style>