Shades of True V #8266CE
Tints of True V #8266CE
RGB
CMYK
RGB Variations
Color information
#8266CE (or 0x8266CE) is known color: True V. HEX triplet: 82, 66 and CE. RGB value is (130,102,206). Sum of RGB (Red+Green+Blue) = 130+102+206=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #8266CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8266CE is #7D9931. Grayscale: #797979. Windows color (decimal): -8231218 or 13526658. OLE color: 13526658.
HSL color Cylindrical-coordinate representation of color #8266CE: hue angle of 256.15º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8266CE is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 102 | 206 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.19 |
| HSL | 256.15º | 0.51% | 0.6% | - |
| HSV(B) | 256.15º | 0.5% | 0.81% | - |
| XYZ | 25.1 | 18.7 | 60.68 | - |
| YUV | 122.23 | 175.28 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 206 | 0.37 | 0.50 | 0 | 0.19 | 256.15 | 0.51 | 0.6 |
| Hex | 82 | 66 | CE | 25 | 32 | 0 | 13 | 100 | 33 | 3C |
| Octal | 202 | 146 | 316 | 45 | 62 | 0 | 23 | 400 | 63 | 74 |
| Binary | 10000010 | 1100110 | 11001110 | 100101 | 110010 | 0 | 10011 | 100000000 | 110011 | 111100 |
Color Harmonies of #8266CE
Complementary color
Monochromatic Colors of #8266CE
Black with #8266CE
Text Example
Text Example
White with #8266CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8266CE; }
p { color: rgb(130,102,206); }
H1.HeaderClassName
{
color: #8266CE;
}
.AnyTagClassName
{
color: #8266CE;
}
</style>
background-color css
<style>
a { background-color: #8266CE; }
a { background-color: rgb(130,102,206); }
div.DivClassName
{
background-color: #8266CE;
}
.BgClassName
{
background-color: #8266CE;
}
</style>
border-color css
<style>
span { border-color: #8266CE; }
span { border-color: rgb(130,102,206); }
td.TdClassName
{
border-color: #8266CE;
}
.TagClassName
{
border-color: #8266CE;
}
</style>