Shades of True V #8A69CF
Tints of True V #8A69CF
RGB
CMYK
RGB Variations
Color information
#8A69CF (or 0x8A69CF) is known color: True V. HEX triplet: 8A, 69 and CF. RGB value is (138,105,207). Sum of RGB (Red+Green+Blue) = 138+105+207=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A69CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A69CF is #759630. Grayscale: #7E7E7E. Windows color (decimal): -7706161 or 13592970. OLE color: 13592970.
HSL color Cylindrical-coordinate representation of color #8A69CF: hue angle of 259.41º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A69CF is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 105 | 207 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.19 |
| HSL | 259.41º | 0.52% | 0.61% | - |
| HSV(B) | 259.41º | 0.49% | 0.81% | - |
| XYZ | 26.8 | 20.01 | 61.48 | - |
| YUV | 126.5 | 173.43 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 207 | 0.33 | 0.49 | 0 | 0.19 | 259.41 | 0.52 | 0.61 |
| Hex | 8A | 69 | CF | 21 | 31 | 0 | 13 | 103 | 34 | 3D |
| Octal | 212 | 151 | 317 | 41 | 61 | 0 | 23 | 403 | 64 | 75 |
| Binary | 10001010 | 1101001 | 11001111 | 100001 | 110001 | 0 | 10011 | 100000011 | 110100 | 111101 |
Color Harmonies of #8A69CF
Complementary color
Monochromatic Colors of #8A69CF
Black with #8A69CF
Text Example
Text Example
White with #8A69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A69CF; }
p { color: rgb(138,105,207); }
H1.HeaderClassName
{
color: #8A69CF;
}
.AnyTagClassName
{
color: #8A69CF;
}
</style>
background-color css
<style>
a { background-color: #8A69CF; }
a { background-color: rgb(138,105,207); }
div.DivClassName
{
background-color: #8A69CF;
}
.BgClassName
{
background-color: #8A69CF;
}
</style>
border-color css
<style>
span { border-color: #8A69CF; }
span { border-color: rgb(138,105,207); }
td.TdClassName
{
border-color: #8A69CF;
}
.TagClassName
{
border-color: #8A69CF;
}
</style>