Shades of True V #8266CB
Tints of True V #8266CB
RGB
CMYK
RGB Variations
Color information
#8266CB (or 0x8266CB) is known color: True V. HEX triplet: 82, 66 and CB. RGB value is (130,102,203). Sum of RGB (Red+Green+Blue) = 130+102+203=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #8266CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8266CB is #7D9934. Grayscale: #797979. Windows color (decimal): -8231221 or 13330050. OLE color: 13330050.
HSL color Cylindrical-coordinate representation of color #8266CB: hue angle of 256.63º degrees, saturation: 0.49, 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 #8266CB is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 102 | 203 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.20 |
| HSL | 256.63º | 0.49% | 0.6% | - |
| HSV(B) | 256.63º | 0.5% | 0.8% | - |
| XYZ | 24.74 | 18.56 | 58.78 | - |
| YUV | 121.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 203 | 0.36 | 0.50 | 0 | 0.20 | 256.63 | 0.49 | 0.6 |
| Hex | 82 | 66 | CB | 24 | 32 | 0 | 14 | 101 | 31 | 3C |
| Octal | 202 | 146 | 313 | 44 | 62 | 0 | 24 | 401 | 61 | 74 |
| Binary | 10000010 | 1100110 | 11001011 | 100100 | 110010 | 0 | 10100 | 100000001 | 110001 | 111100 |
Color Harmonies of #8266CB
Complementary color
Monochromatic Colors of #8266CB
Black with #8266CB
Text Example
Text Example
White with #8266CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8266CB; }
p { color: rgb(130,102,203); }
H1.HeaderClassName
{
color: #8266CB;
}
.AnyTagClassName
{
color: #8266CB;
}
</style>
background-color css
<style>
a { background-color: #8266CB; }
a { background-color: rgb(130,102,203); }
div.DivClassName
{
background-color: #8266CB;
}
.BgClassName
{
background-color: #8266CB;
}
</style>
border-color css
<style>
span { border-color: #8266CB; }
span { border-color: rgb(130,102,203); }
td.TdClassName
{
border-color: #8266CB;
}
.TagClassName
{
border-color: #8266CB;
}
</style>