Shades of True V #8263CD
Tints of True V #8263CD
RGB
CMYK
RGB Variations
Color information
#8263CD (or 0x8263CD) is known color: True V. HEX triplet: 82, 63 and CD. RGB value is (130,99,205). Sum of RGB (Red+Green+Blue) = 130+99+205=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #8263CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8263CD is #7D9C32. Grayscale: #777777. Windows color (decimal): -8231987 or 13460354. OLE color: 13460354.
HSL color Cylindrical-coordinate representation of color #8263CD: hue angle of 257.55º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8263CD is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 99 | 205 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.20 |
| HSL | 257.55º | 0.51% | 0.6% | - |
| HSV(B) | 257.55º | 0.52% | 0.8% | - |
| XYZ | 24.69 | 18.08 | 59.95 | - |
| YUV | 120.35 | 175.77 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 205 | 0.37 | 0.52 | 0 | 0.20 | 257.55 | 0.51 | 0.6 |
| Hex | 82 | 63 | CD | 25 | 34 | 0 | 14 | 102 | 33 | 3C |
| Octal | 202 | 143 | 315 | 45 | 64 | 0 | 24 | 402 | 63 | 74 |
| Binary | 10000010 | 1100011 | 11001101 | 100101 | 110100 | 0 | 10100 | 100000010 | 110011 | 111100 |
Color Harmonies of #8263CD
Complementary color
Monochromatic Colors of #8263CD
Black with #8263CD
Text Example
Text Example
White with #8263CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8263CD; }
p { color: rgb(130,99,205); }
H1.HeaderClassName
{
color: #8263CD;
}
.AnyTagClassName
{
color: #8263CD;
}
</style>
background-color css
<style>
a { background-color: #8263CD; }
a { background-color: rgb(130,99,205); }
div.DivClassName
{
background-color: #8263CD;
}
.BgClassName
{
background-color: #8263CD;
}
</style>
border-color css
<style>
span { border-color: #8263CD; }
span { border-color: rgb(130,99,205); }
td.TdClassName
{
border-color: #8263CD;
}
.TagClassName
{
border-color: #8263CD;
}
</style>