Shades of True V #8165CA
Tints of True V #8165CA
RGB
CMYK
RGB Variations
Color information
#8165CA (or 0x8165CA) is known color: True V. HEX triplet: 81, 65 and CA. RGB value is (129,101,202). Sum of RGB (Red+Green+Blue) = 129+101+202=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #8165CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8165CA is #7E9A35. Grayscale: #787878. Windows color (decimal): -8297014 or 13264257. OLE color: 13264257.
HSL color Cylindrical-coordinate representation of color #8165CA: hue angle of 256.63º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8165CA is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 101 | 202 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.21 |
| HSL | 256.63º | 0.49% | 0.59% | - |
| HSV(B) | 256.63º | 0.5% | 0.79% | - |
| XYZ | 24.37 | 18.24 | 58.11 | - |
| YUV | 120.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 202 | 0.36 | 0.50 | 0 | 0.21 | 256.63 | 0.49 | 0.59 |
| Hex | 81 | 65 | CA | 24 | 32 | 0 | 15 | 101 | 31 | 3B |
| Octal | 201 | 145 | 312 | 44 | 62 | 0 | 25 | 401 | 61 | 73 |
| Binary | 10000001 | 1100101 | 11001010 | 100100 | 110010 | 0 | 10101 | 100000001 | 110001 | 111011 |
Color Harmonies of #8165CA
Complementary color
Monochromatic Colors of #8165CA
Black with #8165CA
Text Example
Text Example
White with #8165CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8165CA; }
p { color: rgb(129,101,202); }
H1.HeaderClassName
{
color: #8165CA;
}
.AnyTagClassName
{
color: #8165CA;
}
</style>
background-color css
<style>
a { background-color: #8165CA; }
a { background-color: rgb(129,101,202); }
div.DivClassName
{
background-color: #8165CA;
}
.BgClassName
{
background-color: #8165CA;
}
</style>
border-color css
<style>
span { border-color: #8165CA; }
span { border-color: rgb(129,101,202); }
td.TdClassName
{
border-color: #8165CA;
}
.TagClassName
{
border-color: #8165CA;
}
</style>