Shades of True V #8259CF
Tints of True V #8259CF
RGB
CMYK
RGB Variations
Color information
#8259CF (or 0x8259CF) is known color: True V. HEX triplet: 82, 59 and CF. RGB value is (130,89,207). Sum of RGB (Red+Green+Blue) = 130+89+207=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #8259CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259CF is #7DA630. Grayscale: #727272. Windows color (decimal): -8234545 or 13588866. OLE color: 13588866.
HSL color Cylindrical-coordinate representation of color #8259CF: hue angle of 260.85º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8259CF is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 89 | 207 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.19 |
| HSL | 260.85º | 0.55% | 0.58% | - |
| HSV(B) | 260.85º | 0.57% | 0.81% | - |
| XYZ | 24.04 | 16.4 | 60.93 | - |
| YUV | 114.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 207 | 0.37 | 0.57 | 0 | 0.19 | 260.85 | 0.55 | 0.58 |
| Hex | 82 | 59 | CF | 25 | 39 | 0 | 13 | 105 | 37 | 3A |
| Octal | 202 | 131 | 317 | 45 | 71 | 0 | 23 | 405 | 67 | 72 |
| Binary | 10000010 | 1011001 | 11001111 | 100101 | 111001 | 0 | 10011 | 100000101 | 110111 | 111010 |
Color Harmonies of #8259CF
Complementary color
Monochromatic Colors of #8259CF
Black with #8259CF
Text Example
Text Example
White with #8259CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8259CF; }
p { color: rgb(130,89,207); }
H1.HeaderClassName
{
color: #8259CF;
}
.AnyTagClassName
{
color: #8259CF;
}
</style>
background-color css
<style>
a { background-color: #8259CF; }
a { background-color: rgb(130,89,207); }
div.DivClassName
{
background-color: #8259CF;
}
.BgClassName
{
background-color: #8259CF;
}
</style>
border-color css
<style>
span { border-color: #8259CF; }
span { border-color: rgb(130,89,207); }
td.TdClassName
{
border-color: #8259CF;
}
.TagClassName
{
border-color: #8259CF;
}
</style>