Shades of True V #8266CD
Tints of True V #8266CD
RGB
CMYK
RGB Variations
Color information
#8266CD (or 0x8266CD) is known color: True V. HEX triplet: 82, 66 and CD. RGB value is (130,102,205). Sum of RGB (Red+Green+Blue) = 130+102+205=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #8266CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8266CD is #7D9932. Grayscale: #797979. Windows color (decimal): -8231219 or 13461122. OLE color: 13461122.
HSL color Cylindrical-coordinate representation of color #8266CD: hue angle of 256.31º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8266CD is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 102 | 205 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.20 |
| HSL | 256.31º | 0.51% | 0.6% | - |
| HSV(B) | 256.31º | 0.5% | 0.8% | - |
| XYZ | 24.98 | 18.66 | 60.04 | - |
| YUV | 122.11 | 174.78 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 205 | 0.37 | 0.50 | 0 | 0.20 | 256.31 | 0.51 | 0.6 |
| Hex | 82 | 66 | CD | 25 | 32 | 0 | 14 | 100 | 33 | 3C |
| Octal | 202 | 146 | 315 | 45 | 62 | 0 | 24 | 400 | 63 | 74 |
| Binary | 10000010 | 1100110 | 11001101 | 100101 | 110010 | 0 | 10100 | 100000000 | 110011 | 111100 |
Color Harmonies of #8266CD
Complementary color
Monochromatic Colors of #8266CD
Black with #8266CD
Text Example
Text Example
White with #8266CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8266CD; }
p { color: rgb(130,102,205); }
H1.HeaderClassName
{
color: #8266CD;
}
.AnyTagClassName
{
color: #8266CD;
}
</style>
background-color css
<style>
a { background-color: #8266CD; }
a { background-color: rgb(130,102,205); }
div.DivClassName
{
background-color: #8266CD;
}
.BgClassName
{
background-color: #8266CD;
}
</style>
border-color css
<style>
span { border-color: #8266CD; }
span { border-color: rgb(130,102,205); }
td.TdClassName
{
border-color: #8266CD;
}
.TagClassName
{
border-color: #8266CD;
}
</style>