Shades of True V #8A68CB
Tints of True V #8A68CB
RGB
CMYK
RGB Variations
Color information
#8A68CB (or 0x8A68CB) is known color: True V. HEX triplet: 8A, 68 and CB. RGB value is (138,104,203). Sum of RGB (Red+Green+Blue) = 138+104+203=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A68CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A68CB is #759734. Grayscale: #7D7D7D. Windows color (decimal): -7706421 or 13330570. OLE color: 13330570.
HSL color Cylindrical-coordinate representation of color #8A68CB: hue angle of 260.61º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A68CB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 104 | 203 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.20 |
| HSL | 260.61º | 0.49% | 0.6% | - |
| HSV(B) | 260.61º | 0.49% | 0.8% | - |
| XYZ | 26.21 | 19.62 | 58.9 | - |
| YUV | 125.45 | 171.76 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 203 | 0.32 | 0.49 | 0 | 0.20 | 260.61 | 0.49 | 0.6 |
| Hex | 8A | 68 | CB | 20 | 31 | 0 | 14 | 105 | 31 | 3C |
| Octal | 212 | 150 | 313 | 40 | 61 | 0 | 24 | 405 | 61 | 74 |
| Binary | 10001010 | 1101000 | 11001011 | 100000 | 110001 | 0 | 10100 | 100000101 | 110001 | 111100 |
Color Harmonies of #8A68CB
Complementary color
Monochromatic Colors of #8A68CB
Black with #8A68CB
Text Example
Text Example
White with #8A68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A68CB; }
p { color: rgb(138,104,203); }
H1.HeaderClassName
{
color: #8A68CB;
}
.AnyTagClassName
{
color: #8A68CB;
}
</style>
background-color css
<style>
a { background-color: #8A68CB; }
a { background-color: rgb(138,104,203); }
div.DivClassName
{
background-color: #8A68CB;
}
.BgClassName
{
background-color: #8A68CB;
}
</style>
border-color css
<style>
span { border-color: #8A68CB; }
span { border-color: rgb(138,104,203); }
td.TdClassName
{
border-color: #8A68CB;
}
.TagClassName
{
border-color: #8A68CB;
}
</style>