Shades of True V #8168CE
Tints of True V #8168CE
RGB
CMYK
RGB Variations
Color information
#8168CE (or 0x8168CE) is known color: True V. HEX triplet: 81, 68 and CE. RGB value is (129,104,206). Sum of RGB (Red+Green+Blue) = 129+104+206=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #8168CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8168CE is #7E9731. Grayscale: #7A7A7A. Windows color (decimal): -8296242 or 13527169. OLE color: 13527169.
HSL color Cylindrical-coordinate representation of color #8168CE: hue angle of 254.71º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8168CE is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 104 | 206 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.19 |
| HSL | 254.71º | 0.51% | 0.61% | - |
| HSV(B) | 254.71º | 0.5% | 0.81% | - |
| XYZ | 25.14 | 19.02 | 60.74 | - |
| YUV | 123.1 | 174.78 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 206 | 0.37 | 0.50 | 0 | 0.19 | 254.71 | 0.51 | 0.61 |
| Hex | 81 | 68 | CE | 25 | 32 | 0 | 13 | FF | 33 | 3D |
| Octal | 201 | 150 | 316 | 45 | 62 | 0 | 23 | 377 | 63 | 75 |
| Binary | 10000001 | 1101000 | 11001110 | 100101 | 110010 | 0 | 10011 | 11111111 | 110011 | 111101 |
Color Harmonies of #8168CE
Complementary color
Monochromatic Colors of #8168CE
Black with #8168CE
Text Example
Text Example
White with #8168CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8168CE; }
p { color: rgb(129,104,206); }
H1.HeaderClassName
{
color: #8168CE;
}
.AnyTagClassName
{
color: #8168CE;
}
</style>
background-color css
<style>
a { background-color: #8168CE; }
a { background-color: rgb(129,104,206); }
div.DivClassName
{
background-color: #8168CE;
}
.BgClassName
{
background-color: #8168CE;
}
</style>
border-color css
<style>
span { border-color: #8168CE; }
span { border-color: rgb(129,104,206); }
td.TdClassName
{
border-color: #8168CE;
}
.TagClassName
{
border-color: #8168CE;
}
</style>