Shades of True V #8168CA
Tints of True V #8168CA
RGB
CMYK
RGB Variations
Color information
#8168CA (or 0x8168CA) is known color: True V. HEX triplet: 81, 68 and CA. RGB value is (129,104,202). Sum of RGB (Red+Green+Blue) = 129+104+202=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #8168CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8168CA is #7E9735. Grayscale: #7A7A7A. Windows color (decimal): -8296246 or 13265025. OLE color: 13265025.
HSL color Cylindrical-coordinate representation of color #8168CA: hue angle of 255.31º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8168CA is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 104 | 202 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.21 |
| HSL | 255.31º | 0.48% | 0.6% | - |
| HSV(B) | 255.31º | 0.49% | 0.79% | - |
| XYZ | 24.66 | 18.83 | 58.21 | - |
| YUV | 122.65 | 172.78 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 202 | 0.36 | 0.49 | 0 | 0.21 | 255.31 | 0.48 | 0.6 |
| Hex | 81 | 68 | CA | 24 | 31 | 0 | 15 | FF | 30 | 3C |
| Octal | 201 | 150 | 312 | 44 | 61 | 0 | 25 | 377 | 60 | 74 |
| Binary | 10000001 | 1101000 | 11001010 | 100100 | 110001 | 0 | 10101 | 11111111 | 110000 | 111100 |
Color Harmonies of #8168CA
Complementary color
Monochromatic Colors of #8168CA
Black with #8168CA
Text Example
Text Example
White with #8168CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8168CA; }
p { color: rgb(129,104,202); }
H1.HeaderClassName
{
color: #8168CA;
}
.AnyTagClassName
{
color: #8168CA;
}
</style>
background-color css
<style>
a { background-color: #8168CA; }
a { background-color: rgb(129,104,202); }
div.DivClassName
{
background-color: #8168CA;
}
.BgClassName
{
background-color: #8168CA;
}
</style>
border-color css
<style>
span { border-color: #8168CA; }
span { border-color: rgb(129,104,202); }
td.TdClassName
{
border-color: #8168CA;
}
.TagClassName
{
border-color: #8168CA;
}
</style>