Shades of True V #8261CE
Tints of True V #8261CE
RGB
CMYK
RGB Variations
Color information
#8261CE (or 0x8261CE) is known color: True V. HEX triplet: 82, 61 and CE. RGB value is (130,97,206). Sum of RGB (Red+Green+Blue) = 130+97+206=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #8261CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8261CE is #7D9E31. Grayscale: #767676. Windows color (decimal): -8232498 or 13525378. OLE color: 13525378.
HSL color Cylindrical-coordinate representation of color #8261CE: hue angle of 258.17º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8261CE is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 97 | 206 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.19 |
| HSL | 258.17º | 0.53% | 0.59% | - |
| HSV(B) | 258.17º | 0.53% | 0.81% | - |
| XYZ | 24.62 | 17.75 | 60.52 | - |
| YUV | 119.29 | 176.93 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 97 | 206 | 0.37 | 0.53 | 0 | 0.19 | 258.17 | 0.53 | 0.59 |
| Hex | 82 | 61 | CE | 25 | 35 | 0 | 13 | 102 | 35 | 3B |
| Octal | 202 | 141 | 316 | 45 | 65 | 0 | 23 | 402 | 65 | 73 |
| Binary | 10000010 | 1100001 | 11001110 | 100101 | 110101 | 0 | 10011 | 100000010 | 110101 | 111011 |
Color Harmonies of #8261CE
Complementary color
Monochromatic Colors of #8261CE
Black with #8261CE
Text Example
Text Example
White with #8261CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8261CE; }
p { color: rgb(130,97,206); }
H1.HeaderClassName
{
color: #8261CE;
}
.AnyTagClassName
{
color: #8261CE;
}
</style>
background-color css
<style>
a { background-color: #8261CE; }
a { background-color: rgb(130,97,206); }
div.DivClassName
{
background-color: #8261CE;
}
.BgClassName
{
background-color: #8261CE;
}
</style>
border-color css
<style>
span { border-color: #8261CE; }
span { border-color: rgb(130,97,206); }
td.TdClassName
{
border-color: #8261CE;
}
.TagClassName
{
border-color: #8261CE;
}
</style>