Shades of True V #8158CB
Tints of True V #8158CB
RGB
CMYK
RGB Variations
Color information
#8158CB (or 0x8158CB) is known color: True V. HEX triplet: 81, 58 and CB. RGB value is (129,88,203). Sum of RGB (Red+Green+Blue) = 129+88+203=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #8158CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8158CB is #7EA734. Grayscale: #707070. Windows color (decimal): -8300341 or 13326465. OLE color: 13326465.
HSL color Cylindrical-coordinate representation of color #8158CB: hue angle of 261.39º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8158CB is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 88 | 203 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.20 |
| HSL | 261.39º | 0.53% | 0.57% | - |
| HSV(B) | 261.39º | 0.57% | 0.8% | - |
| XYZ | 23.32 | 15.96 | 58.35 | - |
| YUV | 113.37 | 178.58 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 88 | 203 | 0.36 | 0.57 | 0 | 0.20 | 261.39 | 0.53 | 0.57 |
| Hex | 81 | 58 | CB | 24 | 39 | 0 | 14 | 105 | 35 | 39 |
| Octal | 201 | 130 | 313 | 44 | 71 | 0 | 24 | 405 | 65 | 71 |
| Binary | 10000001 | 1011000 | 11001011 | 100100 | 111001 | 0 | 10100 | 100000101 | 110101 | 111001 |
Color Harmonies of #8158CB
Complementary color
Monochromatic Colors of #8158CB
Black with #8158CB
Text Example
Text Example
White with #8158CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8158CB; }
p { color: rgb(129,88,203); }
H1.HeaderClassName
{
color: #8158CB;
}
.AnyTagClassName
{
color: #8158CB;
}
</style>
background-color css
<style>
a { background-color: #8158CB; }
a { background-color: rgb(129,88,203); }
div.DivClassName
{
background-color: #8158CB;
}
.BgClassName
{
background-color: #8158CB;
}
</style>
border-color css
<style>
span { border-color: #8158CB; }
span { border-color: rgb(129,88,203); }
td.TdClassName
{
border-color: #8158CB;
}
.TagClassName
{
border-color: #8158CB;
}
</style>