Shades of True V #8A75BF
Tints of True V #8A75BF
RGB
CMYK
RGB Variations
Color information
#8A75BF (or 0x8A75BF) is known color: True V. HEX triplet: 8A, 75 and BF. RGB value is (138,117,191). Sum of RGB (Red+Green+Blue) = 138+117+191=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A75BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A75BF is #758A40. Grayscale: #838383. Windows color (decimal): -7703105 or 12547466. OLE color: 12547466.
HSL color Cylindrical-coordinate representation of color #8A75BF: hue angle of 257.03º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A75BF is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 117 | 191 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.25 |
| HSL | 257.03º | 0.37% | 0.6% | - |
| HSV(B) | 257.03º | 0.39% | 0.75% | - |
| XYZ | 26.25 | 21.89 | 52.13 | - |
| YUV | 131.72 | 161.46 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 191 | 0.28 | 0.39 | 0 | 0.25 | 257.03 | 0.37 | 0.6 |
| Hex | 8A | 75 | BF | 1C | 27 | 0 | 19 | 101 | 25 | 3C |
| Octal | 212 | 165 | 277 | 34 | 47 | 0 | 31 | 401 | 45 | 74 |
| Binary | 10001010 | 1110101 | 10111111 | 11100 | 100111 | 0 | 11001 | 100000001 | 100101 | 111100 |
Color Harmonies of #8A75BF
Complementary color
Monochromatic Colors of #8A75BF
Black with #8A75BF
Text Example
Text Example
White with #8A75BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A75BF; }
p { color: rgb(138,117,191); }
H1.HeaderClassName
{
color: #8A75BF;
}
.AnyTagClassName
{
color: #8A75BF;
}
</style>
background-color css
<style>
a { background-color: #8A75BF; }
a { background-color: rgb(138,117,191); }
div.DivClassName
{
background-color: #8A75BF;
}
.BgClassName
{
background-color: #8A75BF;
}
</style>
border-color css
<style>
span { border-color: #8A75BF; }
span { border-color: rgb(138,117,191); }
td.TdClassName
{
border-color: #8A75BF;
}
.TagClassName
{
border-color: #8A75BF;
}
</style>