Shades of True V #8262CF
Tints of True V #8262CF
RGB
CMYK
RGB Variations
Color information
#8262CF (or 0x8262CF) is known color: True V. HEX triplet: 82, 62 and CF. RGB value is (130,98,207). Sum of RGB (Red+Green+Blue) = 130+98+207=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #8262CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8262CF is #7D9D30. Grayscale: #777777. Windows color (decimal): -8232241 or 13591170. OLE color: 13591170.
HSL color Cylindrical-coordinate representation of color #8262CF: hue angle of 257.61º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8262CF is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 98 | 207 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.19 |
| HSL | 257.61º | 0.53% | 0.6% | - |
| HSV(B) | 257.61º | 0.53% | 0.81% | - |
| XYZ | 24.84 | 17.99 | 61.19 | - |
| YUV | 119.99 | 177.1 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 207 | 0.37 | 0.53 | 0 | 0.19 | 257.61 | 0.53 | 0.6 |
| Hex | 82 | 62 | CF | 25 | 35 | 0 | 13 | 102 | 35 | 3C |
| Octal | 202 | 142 | 317 | 45 | 65 | 0 | 23 | 402 | 65 | 74 |
| Binary | 10000010 | 1100010 | 11001111 | 100101 | 110101 | 0 | 10011 | 100000010 | 110101 | 111100 |
Color Harmonies of #8262CF
Complementary color
Monochromatic Colors of #8262CF
Black with #8262CF
Text Example
Text Example
White with #8262CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8262CF; }
p { color: rgb(130,98,207); }
H1.HeaderClassName
{
color: #8262CF;
}
.AnyTagClassName
{
color: #8262CF;
}
</style>
background-color css
<style>
a { background-color: #8262CF; }
a { background-color: rgb(130,98,207); }
div.DivClassName
{
background-color: #8262CF;
}
.BgClassName
{
background-color: #8262CF;
}
</style>
border-color css
<style>
span { border-color: #8262CF; }
span { border-color: rgb(130,98,207); }
td.TdClassName
{
border-color: #8262CF;
}
.TagClassName
{
border-color: #8262CF;
}
</style>