Shades of True V #8975BA
Tints of True V #8975BA
RGB
CMYK
RGB Variations
Color information
#8975BA (or 0x8975BA) is known color: True V. HEX triplet: 89, 75 and BA. RGB value is (137,117,186). Sum of RGB (Red+Green+Blue) = 137+117+186=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #8975BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8975BA is #768A45. Grayscale: #828282. Windows color (decimal): -7768646 or 12219785. OLE color: 12219785.
HSL color Cylindrical-coordinate representation of color #8975BA: hue angle of 257.39º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8975BA is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 117 | 186 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.27 |
| HSL | 257.39º | 0.33% | 0.59% | - |
| HSV(B) | 257.39º | 0.37% | 0.73% | - |
| XYZ | 25.54 | 21.59 | 49.27 | - |
| YUV | 130.85 | 159.13 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 186 | 0.26 | 0.37 | 0 | 0.27 | 257.39 | 0.33 | 0.59 |
| Hex | 89 | 75 | BA | 1A | 25 | 0 | 1B | 101 | 21 | 3B |
| Octal | 211 | 165 | 272 | 32 | 45 | 0 | 33 | 401 | 41 | 73 |
| Binary | 10001001 | 1110101 | 10111010 | 11010 | 100101 | 0 | 11011 | 100000001 | 100001 | 111011 |
Color Harmonies of #8975BA
Complementary color
Monochromatic Colors of #8975BA
Black with #8975BA
Text Example
Text Example
White with #8975BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8975BA; }
p { color: rgb(137,117,186); }
H1.HeaderClassName
{
color: #8975BA;
}
.AnyTagClassName
{
color: #8975BA;
}
</style>
background-color css
<style>
a { background-color: #8975BA; }
a { background-color: rgb(137,117,186); }
div.DivClassName
{
background-color: #8975BA;
}
.BgClassName
{
background-color: #8975BA;
}
</style>
border-color css
<style>
span { border-color: #8975BA; }
span { border-color: rgb(137,117,186); }
td.TdClassName
{
border-color: #8975BA;
}
.TagClassName
{
border-color: #8975BA;
}
</style>