Shades of True V #8165CF
Tints of True V #8165CF
RGB
CMYK
RGB Variations
Color information
#8165CF (or 0x8165CF) is known color: True V. HEX triplet: 81, 65 and CF. RGB value is (129,101,207). Sum of RGB (Red+Green+Blue) = 129+101+207=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #8165CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8165CF is #7E9A30. Grayscale: #797979. Windows color (decimal): -8297009 or 13591937. OLE color: 13591937.
HSL color Cylindrical-coordinate representation of color #8165CF: hue angle of 255.85º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8165CF is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 101 | 207 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.19 |
| HSL | 255.85º | 0.52% | 0.6% | - |
| HSV(B) | 255.85º | 0.51% | 0.81% | - |
| XYZ | 24.97 | 18.48 | 61.28 | - |
| YUV | 121.46 | 176.28 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 207 | 0.38 | 0.51 | 0 | 0.19 | 255.85 | 0.52 | 0.6 |
| Hex | 81 | 65 | CF | 26 | 33 | 0 | 13 | 100 | 34 | 3C |
| Octal | 201 | 145 | 317 | 46 | 63 | 0 | 23 | 400 | 64 | 74 |
| Binary | 10000001 | 1100101 | 11001111 | 100110 | 110011 | 0 | 10011 | 100000000 | 110100 | 111100 |
Color Harmonies of #8165CF
Complementary color
Monochromatic Colors of #8165CF
Black with #8165CF
Text Example
Text Example
White with #8165CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8165CF; }
p { color: rgb(129,101,207); }
H1.HeaderClassName
{
color: #8165CF;
}
.AnyTagClassName
{
color: #8165CF;
}
</style>
background-color css
<style>
a { background-color: #8165CF; }
a { background-color: rgb(129,101,207); }
div.DivClassName
{
background-color: #8165CF;
}
.BgClassName
{
background-color: #8165CF;
}
</style>
border-color css
<style>
span { border-color: #8165CF; }
span { border-color: rgb(129,101,207); }
td.TdClassName
{
border-color: #8165CF;
}
.TagClassName
{
border-color: #8165CF;
}
</style>