Shades of True V #8259CC
Tints of True V #8259CC
RGB
CMYK
RGB Variations
Color information
#8259CC (or 0x8259CC) is known color: True V. HEX triplet: 82, 59 and CC. RGB value is (130,89,204). Sum of RGB (Red+Green+Blue) = 130+89+204=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #8259CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259CC is #7DA633. Grayscale: #717171. Windows color (decimal): -8234548 or 13392258. OLE color: 13392258.
HSL color Cylindrical-coordinate representation of color #8259CC: hue angle of 261.39º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8259CC is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 89 | 204 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.2 |
| HSL | 261.39º | 0.53% | 0.57% | - |
| HSV(B) | 261.39º | 0.56% | 0.8% | - |
| XYZ | 23.68 | 16.25 | 59.02 | - |
| YUV | 114.37 | 178.58 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 204 | 0.36 | 0.56 | 0 | 0.2 | 261.39 | 0.53 | 0.57 |
| Hex | 82 | 59 | CC | 24 | 38 | 0 | 14 | 105 | 35 | 39 |
| Octal | 202 | 131 | 314 | 44 | 70 | 0 | 24 | 405 | 65 | 71 |
| Binary | 10000010 | 1011001 | 11001100 | 100100 | 111000 | 0 | 10100 | 100000101 | 110101 | 111001 |
Color Harmonies of #8259CC
Complementary color
Monochromatic Colors of #8259CC
Black with #8259CC
Text Example
Text Example
White with #8259CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8259CC; }
p { color: rgb(130,89,204); }
H1.HeaderClassName
{
color: #8259CC;
}
.AnyTagClassName
{
color: #8259CC;
}
</style>
background-color css
<style>
a { background-color: #8259CC; }
a { background-color: rgb(130,89,204); }
div.DivClassName
{
background-color: #8259CC;
}
.BgClassName
{
background-color: #8259CC;
}
</style>
border-color css
<style>
span { border-color: #8259CC; }
span { border-color: rgb(130,89,204); }
td.TdClassName
{
border-color: #8259CC;
}
.TagClassName
{
border-color: #8259CC;
}
</style>