Shades of True V #8A75BC
Tints of True V #8A75BC
RGB
CMYK
RGB Variations
Color information
#8A75BC (or 0x8A75BC) is known color: True V. HEX triplet: 8A, 75 and BC. RGB value is (138,117,188). Sum of RGB (Red+Green+Blue) = 138+117+188=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A75BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A75BC is #758A43. Grayscale: #838383. Windows color (decimal): -7703108 or 12350858. OLE color: 12350858.
HSL color Cylindrical-coordinate representation of color #8A75BC: hue angle of 257.75º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A75BC is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 117 | 188 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.26 |
| HSL | 257.75º | 0.35% | 0.6% | - |
| HSV(B) | 257.75º | 0.38% | 0.74% | - |
| XYZ | 25.92 | 21.76 | 50.41 | - |
| YUV | 131.37 | 159.96 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 188 | 0.27 | 0.38 | 0 | 0.26 | 257.75 | 0.35 | 0.6 |
| Hex | 8A | 75 | BC | 1B | 26 | 0 | 1A | 102 | 23 | 3C |
| Octal | 212 | 165 | 274 | 33 | 46 | 0 | 32 | 402 | 43 | 74 |
| Binary | 10001010 | 1110101 | 10111100 | 11011 | 100110 | 0 | 11010 | 100000010 | 100011 | 111100 |
Color Harmonies of #8A75BC
Complementary color
Monochromatic Colors of #8A75BC
Black with #8A75BC
Text Example
Text Example
White with #8A75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A75BC; }
p { color: rgb(138,117,188); }
H1.HeaderClassName
{
color: #8A75BC;
}
.AnyTagClassName
{
color: #8A75BC;
}
</style>
background-color css
<style>
a { background-color: #8A75BC; }
a { background-color: rgb(138,117,188); }
div.DivClassName
{
background-color: #8A75BC;
}
.BgClassName
{
background-color: #8A75BC;
}
</style>
border-color css
<style>
span { border-color: #8A75BC; }
span { border-color: rgb(138,117,188); }
td.TdClassName
{
border-color: #8A75BC;
}
.TagClassName
{
border-color: #8A75BC;
}
</style>