Shades of True V #8167CA
Tints of True V #8167CA
RGB
CMYK
RGB Variations
Color information
#8167CA (or 0x8167CA) is known color: True V. HEX triplet: 81, 67 and CA. RGB value is (129,103,202). Sum of RGB (Red+Green+Blue) = 129+103+202=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #8167CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8167CA is #7E9835. Grayscale: #797979. Windows color (decimal): -8296502 or 13264769. OLE color: 13264769.
HSL color Cylindrical-coordinate representation of color #8167CA: hue angle of 255.76º 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 #8167CA is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 103 | 202 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.21 |
| HSL | 255.76º | 0.48% | 0.6% | - |
| HSV(B) | 255.76º | 0.49% | 0.79% | - |
| XYZ | 24.56 | 18.63 | 58.18 | - |
| YUV | 122.06 | 173.11 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 103 | 202 | 0.36 | 0.49 | 0 | 0.21 | 255.76 | 0.48 | 0.6 |
| Hex | 81 | 67 | CA | 24 | 31 | 0 | 15 | 100 | 30 | 3C |
| Octal | 201 | 147 | 312 | 44 | 61 | 0 | 25 | 400 | 60 | 74 |
| Binary | 10000001 | 1100111 | 11001010 | 100100 | 110001 | 0 | 10101 | 100000000 | 110000 | 111100 |
Color Harmonies of #8167CA
Complementary color
Monochromatic Colors of #8167CA
Black with #8167CA
Text Example
Text Example
White with #8167CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8167CA; }
p { color: rgb(129,103,202); }
H1.HeaderClassName
{
color: #8167CA;
}
.AnyTagClassName
{
color: #8167CA;
}
</style>
background-color css
<style>
a { background-color: #8167CA; }
a { background-color: rgb(129,103,202); }
div.DivClassName
{
background-color: #8167CA;
}
.BgClassName
{
background-color: #8167CA;
}
</style>
border-color css
<style>
span { border-color: #8167CA; }
span { border-color: rgb(129,103,202); }
td.TdClassName
{
border-color: #8167CA;
}
.TagClassName
{
border-color: #8167CA;
}
</style>