Shades of True V #8259CA
Tints of True V #8259CA
RGB
CMYK
RGB Variations
Color information
#8259CA (or 0x8259CA) is known color: True V. HEX triplet: 82, 59 and CA. RGB value is (130,89,202). Sum of RGB (Red+Green+Blue) = 130+89+202=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #8259CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259CA is #7DA635. Grayscale: #717171. Windows color (decimal): -8234550 or 13261186. OLE color: 13261186.
HSL color Cylindrical-coordinate representation of color #8259CA: hue angle of 261.77º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8259CA is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 89 | 202 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.21 |
| HSL | 261.77º | 0.52% | 0.57% | - |
| HSV(B) | 261.77º | 0.56% | 0.79% | - |
| XYZ | 23.44 | 16.15 | 57.76 | - |
| YUV | 114.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 202 | 0.36 | 0.56 | 0 | 0.21 | 261.77 | 0.52 | 0.57 |
| Hex | 82 | 59 | CA | 24 | 38 | 0 | 15 | 106 | 34 | 39 |
| Octal | 202 | 131 | 312 | 44 | 70 | 0 | 25 | 406 | 64 | 71 |
| Binary | 10000010 | 1011001 | 11001010 | 100100 | 111000 | 0 | 10101 | 100000110 | 110100 | 111001 |
Color Harmonies of #8259CA
Complementary color
Monochromatic Colors of #8259CA
Black with #8259CA
Text Example
Text Example
White with #8259CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8259CA; }
p { color: rgb(130,89,202); }
H1.HeaderClassName
{
color: #8259CA;
}
.AnyTagClassName
{
color: #8259CA;
}
</style>
background-color css
<style>
a { background-color: #8259CA; }
a { background-color: rgb(130,89,202); }
div.DivClassName
{
background-color: #8259CA;
}
.BgClassName
{
background-color: #8259CA;
}
</style>
border-color css
<style>
span { border-color: #8259CA; }
span { border-color: rgb(130,89,202); }
td.TdClassName
{
border-color: #8259CA;
}
.TagClassName
{
border-color: #8259CA;
}
</style>