Shades of True V #8165BD
Tints of True V #8165BD
RGB
CMYK
RGB Variations
Color information
#8165BD (or 0x8165BD) is known color: True V. HEX triplet: 81, 65 and BD. RGB value is (129,101,189). Sum of RGB (Red+Green+Blue) = 129+101+189=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #8165BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8165BD is #7E9A42. Grayscale: #777777. Windows color (decimal): -8297027 or 12412289. OLE color: 12412289.
HSL color Cylindrical-coordinate representation of color #8165BD: hue angle of 259.09º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8165BD is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 101 | 189 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.26 |
| HSL | 259.09º | 0.4% | 0.57% | - |
| HSV(B) | 259.09º | 0.47% | 0.74% | - |
| XYZ | 22.89 | 17.65 | 50.34 | - |
| YUV | 119.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 189 | 0.32 | 0.47 | 0 | 0.26 | 259.09 | 0.4 | 0.57 |
| Hex | 81 | 65 | BD | 20 | 2F | 0 | 1A | 103 | 28 | 39 |
| Octal | 201 | 145 | 275 | 40 | 57 | 0 | 32 | 403 | 50 | 71 |
| Binary | 10000001 | 1100101 | 10111101 | 100000 | 101111 | 0 | 11010 | 100000011 | 101000 | 111001 |
Color Harmonies of #8165BD
Complementary color
Monochromatic Colors of #8165BD
Black with #8165BD
Text Example
Text Example
White with #8165BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8165BD; }
p { color: rgb(129,101,189); }
H1.HeaderClassName
{
color: #8165BD;
}
.AnyTagClassName
{
color: #8165BD;
}
</style>
background-color css
<style>
a { background-color: #8165BD; }
a { background-color: rgb(129,101,189); }
div.DivClassName
{
background-color: #8165BD;
}
.BgClassName
{
background-color: #8165BD;
}
</style>
border-color css
<style>
span { border-color: #8165BD; }
span { border-color: rgb(129,101,189); }
td.TdClassName
{
border-color: #8165BD;
}
.TagClassName
{
border-color: #8165BD;
}
</style>