Shades of True V #8259CD
Tints of True V #8259CD
RGB
CMYK
RGB Variations
Color information
#8259CD (or 0x8259CD) is known color: True V. HEX triplet: 82, 59 and CD. RGB value is (130,89,205). Sum of RGB (Red+Green+Blue) = 130+89+205=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #8259CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259CD is #7DA632. Grayscale: #727272. Windows color (decimal): -8234547 or 13457794. OLE color: 13457794.
HSL color Cylindrical-coordinate representation of color #8259CD: hue angle of 261.21º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8259CD is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 89 | 205 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.20 |
| HSL | 261.21º | 0.54% | 0.58% | - |
| HSV(B) | 261.21º | 0.57% | 0.8% | - |
| XYZ | 23.8 | 16.3 | 59.65 | - |
| YUV | 114.48 | 179.08 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 205 | 0.37 | 0.57 | 0 | 0.20 | 261.21 | 0.54 | 0.58 |
| Hex | 82 | 59 | CD | 25 | 39 | 0 | 14 | 105 | 36 | 3A |
| Octal | 202 | 131 | 315 | 45 | 71 | 0 | 24 | 405 | 66 | 72 |
| Binary | 10000010 | 1011001 | 11001101 | 100101 | 111001 | 0 | 10100 | 100000101 | 110110 | 111010 |
Color Harmonies of #8259CD
Complementary color
Monochromatic Colors of #8259CD
Black with #8259CD
Text Example
Text Example
White with #8259CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8259CD; }
p { color: rgb(130,89,205); }
H1.HeaderClassName
{
color: #8259CD;
}
.AnyTagClassName
{
color: #8259CD;
}
</style>
background-color css
<style>
a { background-color: #8259CD; }
a { background-color: rgb(130,89,205); }
div.DivClassName
{
background-color: #8259CD;
}
.BgClassName
{
background-color: #8259CD;
}
</style>
border-color css
<style>
span { border-color: #8259CD; }
span { border-color: rgb(130,89,205); }
td.TdClassName
{
border-color: #8259CD;
}
.TagClassName
{
border-color: #8259CD;
}
</style>