Shades of True V #8158BD
Tints of True V #8158BD
RGB
CMYK
RGB Variations
Color information
#8158BD (or 0x8158BD) is known color: True V. HEX triplet: 81, 58 and BD. RGB value is (129,88,189). Sum of RGB (Red+Green+Blue) = 129+88+189=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #8158BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8158BD is #7EA742. Grayscale: #6F6F6F. Windows color (decimal): -8300355 or 12408961. OLE color: 12408961.
HSL color Cylindrical-coordinate representation of color #8158BD: hue angle of 264.36º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8158BD is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 88 | 189 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.26 |
| HSL | 264.36º | 0.43% | 0.54% | - |
| HSV(B) | 264.36º | 0.53% | 0.74% | - |
| XYZ | 21.73 | 15.32 | 49.96 | - |
| YUV | 111.77 | 171.58 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 88 | 189 | 0.32 | 0.53 | 0 | 0.26 | 264.36 | 0.43 | 0.54 |
| Hex | 81 | 58 | BD | 20 | 35 | 0 | 1A | 108 | 2B | 36 |
| Octal | 201 | 130 | 275 | 40 | 65 | 0 | 32 | 410 | 53 | 66 |
| Binary | 10000001 | 1011000 | 10111101 | 100000 | 110101 | 0 | 11010 | 100001000 | 101011 | 110110 |
Color Harmonies of #8158BD
Complementary color
Monochromatic Colors of #8158BD
Black with #8158BD
Text Example
Text Example
White with #8158BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8158BD; }
p { color: rgb(129,88,189); }
H1.HeaderClassName
{
color: #8158BD;
}
.AnyTagClassName
{
color: #8158BD;
}
</style>
background-color css
<style>
a { background-color: #8158BD; }
a { background-color: rgb(129,88,189); }
div.DivClassName
{
background-color: #8158BD;
}
.BgClassName
{
background-color: #8158BD;
}
</style>
border-color css
<style>
span { border-color: #8158BD; }
span { border-color: rgb(129,88,189); }
td.TdClassName
{
border-color: #8158BD;
}
.TagClassName
{
border-color: #8158BD;
}
</style>