Shades of True V #8A69CA
Tints of True V #8A69CA
RGB
CMYK
RGB Variations
Color information
#8A69CA (or 0x8A69CA) is known color: True V. HEX triplet: 8A, 69 and CA. RGB value is (138,105,202). Sum of RGB (Red+Green+Blue) = 138+105+202=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A69CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A69CA is #759635. Grayscale: #7D7D7D. Windows color (decimal): -7706166 or 13265290. OLE color: 13265290.
HSL color Cylindrical-coordinate representation of color #8A69CA: hue angle of 260.41º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A69CA is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 105 | 202 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.21 |
| HSL | 260.41º | 0.48% | 0.6% | - |
| HSV(B) | 260.41º | 0.48% | 0.79% | - |
| XYZ | 26.19 | 19.77 | 58.31 | - |
| YUV | 125.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 202 | 0.32 | 0.48 | 0 | 0.21 | 260.41 | 0.48 | 0.6 |
| Hex | 8A | 69 | CA | 20 | 30 | 0 | 15 | 104 | 30 | 3C |
| Octal | 212 | 151 | 312 | 40 | 60 | 0 | 25 | 404 | 60 | 74 |
| Binary | 10001010 | 1101001 | 11001010 | 100000 | 110000 | 0 | 10101 | 100000100 | 110000 | 111100 |
Color Harmonies of #8A69CA
Complementary color
Monochromatic Colors of #8A69CA
Black with #8A69CA
Text Example
Text Example
White with #8A69CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A69CA; }
p { color: rgb(138,105,202); }
H1.HeaderClassName
{
color: #8A69CA;
}
.AnyTagClassName
{
color: #8A69CA;
}
</style>
background-color css
<style>
a { background-color: #8A69CA; }
a { background-color: rgb(138,105,202); }
div.DivClassName
{
background-color: #8A69CA;
}
.BgClassName
{
background-color: #8A69CA;
}
</style>
border-color css
<style>
span { border-color: #8A69CA; }
span { border-color: rgb(138,105,202); }
td.TdClassName
{
border-color: #8A69CA;
}
.TagClassName
{
border-color: #8A69CA;
}
</style>