Shades of True V #8A68CD
Tints of True V #8A68CD
RGB
CMYK
RGB Variations
Color information
#8A68CD (or 0x8A68CD) is known color: True V. HEX triplet: 8A, 68 and CD. RGB value is (138,104,205). Sum of RGB (Red+Green+Blue) = 138+104+205=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A68CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A68CD is #759732. Grayscale: #7D7D7D. Windows color (decimal): -7706419 or 13461642. OLE color: 13461642.
HSL color Cylindrical-coordinate representation of color #8A68CD: hue angle of 260.2º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A68CD is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 104 | 205 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.20 |
| HSL | 260.2º | 0.5% | 0.61% | - |
| HSV(B) | 260.2º | 0.49% | 0.8% | - |
| XYZ | 26.45 | 19.71 | 60.17 | - |
| YUV | 125.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 205 | 0.33 | 0.49 | 0 | 0.20 | 260.2 | 0.5 | 0.61 |
| Hex | 8A | 68 | CD | 21 | 31 | 0 | 14 | 104 | 32 | 3D |
| Octal | 212 | 150 | 315 | 41 | 61 | 0 | 24 | 404 | 62 | 75 |
| Binary | 10001010 | 1101000 | 11001101 | 100001 | 110001 | 0 | 10100 | 100000100 | 110010 | 111101 |
Color Harmonies of #8A68CD
Complementary color
Monochromatic Colors of #8A68CD
Black with #8A68CD
Text Example
Text Example
White with #8A68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A68CD; }
p { color: rgb(138,104,205); }
H1.HeaderClassName
{
color: #8A68CD;
}
.AnyTagClassName
{
color: #8A68CD;
}
</style>
background-color css
<style>
a { background-color: #8A68CD; }
a { background-color: rgb(138,104,205); }
div.DivClassName
{
background-color: #8A68CD;
}
.BgClassName
{
background-color: #8A68CD;
}
</style>
border-color css
<style>
span { border-color: #8A68CD; }
span { border-color: rgb(138,104,205); }
td.TdClassName
{
border-color: #8A68CD;
}
.TagClassName
{
border-color: #8A68CD;
}
</style>