Shades of True V #8259CE
Tints of True V #8259CE
RGB
CMYK
RGB Variations
Color information
#8259CE (or 0x8259CE) is known color: True V. HEX triplet: 82, 59 and CE. RGB value is (130,89,206). Sum of RGB (Red+Green+Blue) = 130+89+206=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #8259CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259CE is #7DA631. Grayscale: #727272. Windows color (decimal): -8234546 or 13523330. OLE color: 13523330.
HSL color Cylindrical-coordinate representation of color #8259CE: hue angle of 261.03º degrees, saturation: 0.54, 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 #8259CE is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 89 | 206 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.19 |
| HSL | 261.03º | 0.54% | 0.58% | - |
| HSV(B) | 261.03º | 0.57% | 0.81% | - |
| XYZ | 23.92 | 16.35 | 60.29 | - |
| YUV | 114.6 | 179.58 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 206 | 0.37 | 0.57 | 0 | 0.19 | 261.03 | 0.54 | 0.58 |
| Hex | 82 | 59 | CE | 25 | 39 | 0 | 13 | 105 | 36 | 3A |
| Octal | 202 | 131 | 316 | 45 | 71 | 0 | 23 | 405 | 66 | 72 |
| Binary | 10000010 | 1011001 | 11001110 | 100101 | 111001 | 0 | 10011 | 100000101 | 110110 | 111010 |
Color Harmonies of #8259CE
Complementary color
Monochromatic Colors of #8259CE
Black with #8259CE
Text Example
Text Example
White with #8259CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8259CE; }
p { color: rgb(130,89,206); }
H1.HeaderClassName
{
color: #8259CE;
}
.AnyTagClassName
{
color: #8259CE;
}
</style>
background-color css
<style>
a { background-color: #8259CE; }
a { background-color: rgb(130,89,206); }
div.DivClassName
{
background-color: #8259CE;
}
.BgClassName
{
background-color: #8259CE;
}
</style>
border-color css
<style>
span { border-color: #8259CE; }
span { border-color: rgb(130,89,206); }
td.TdClassName
{
border-color: #8259CE;
}
.TagClassName
{
border-color: #8259CE;
}
</style>